自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 What is the different btw Object and Variable?

A variable is nothing but a named stored location which holds known or an unknown value.A variable can be initialized in a standard manner.The name variable is given, as a variable can be assigned any value; even const variables are initialized while decla

2023-03-16 15:32:34 53

原创 Abstract,Override

在上面的例子中,`Cat` 类继承了 `Animal` 抽象类,并重写了其中的 `sound` 方法。总之,`abstract` 和 `override` 是 Java 中常用的关键字,用于定义抽象类和抽象方法,以及重写父类的方法。它们的使用可以让程序更加灵活和可维护。在 Java 中,`abstract` 和 `override` 是两个关键字,分别用于定义抽象类和方法,以及重写父类的方法。- 子类重写父类方法时,需要使用`@Override`注解来标识,这样可以确保方法名和签名与父类方法一致。

2023-03-15 11:53:43 214 1

原创 Reason about the output?

double x;

2023-03-13 21:27:23 44

原创 Print & Println

Print - output in one linePrint - output will Separate different line

2023-03-12 20:12:35 57 1

原创 Start Java

1. Download the Java software. (JDK)2. structure of a Java-methods -- Class ---classes, variables, methods....3. Write simple Java programs.-Print "Hello, World",-do basic calculations,-convert Celsius to Fahrenheit.Compile and run programs to get comfort

2023-03-12 20:10:39 52

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除