当前位置:网站首页>Final review (Day5)
Final review (Day5)
2022-07-03 05:33:00 【Naive witch】
Today is the fourth day of final review 5 God , I thought about taking my computer and staying in the library from two o'clock in the afternoon to ten o'clock in the evening three days ago , Have the ability to spend all day in the Library . little does one think , Reviewed these days , I'm tired of , It seems that the energy can't keep up . Is it like 《 flow 》 As mentioned in , If you try too hard, you won't last long , Only the right passion and investment can make what you do more lasting . In many courses , The biggest challenge is 《 Digital circuit and logic design 》《 Automatic control principle 》, Now we can only face difficulties , Don't think about the difficulty of this course when reviewing , Don't understand the topic by dividing the knowledge points , Then each one breaks . Take care of your energy first , Continue to review tomorrow !
review :《 Big talk data structure 》 About the definition of tree , Storage structure .163 page then ,《 Artificial intelligence 》 The part about knowledge representation , It took some time to figure out a multiple-choice question in the math and electronics class , I didn't understand the answer to an analysis question , Design questions cannot be designed .
English : Break 15 Minutes “the four clever brothers” , Only now do I realize the break 15 Minutes have never been used well , This is a fixed period of time , A fixed place , You can do something fixed , Whether reviewing , Still remember some words , Or read an English article .《 Everyone can use English 》 About an immersive learning , Fixed time , A fixed place , Do fixed things . I wanted to get up early and go to Xiaohu to read English , But you can't do it at a fixed time , morning 6:50 Get out of bed , As a result, even nucleic acid was not made , I don't know where the time is spent .
motion : Go to GOGO Skateboard shop 1h Skate , Then hurry back to get Erya elective
bundle n speed skilful adj Expert space v Separate carry off Take away make up n make up
public class Student {
private String name;
private int age;
public Student(){
}
public Student(String name){
this.name=name;
}
public Student(int age){
this.age=age;
}
public Student (String name,int age)
{
this.name=name;
this.age=age;
}
public void show(){
System.out.println(name+","+age);
}
}public class StudentDemo {
public static void main(String[] args) {
Student s1=new Student();
s1.show();
Student s2=new Student(" Brigitte Lin ");
s2.show();
Student s3=new Student(30);
s3.show();
Student s4=new Student(" Brigitte Lin ",30);
s4.show();
}
}

summary : The creation of construction methods
- If no constructor is defined , The system will give a default parameterless construction method .
- If the construction method is defined , The system will no longer provide the default construction method .
Overload of construction method
- If you customize the construction method with parameters , Also use the parameterless construction method , You have to write another parameterless constructor
Recommended use
Whether or not to use , All write parameterless construction methods .
边栏推荐
- Congratulations to musk and NADELLA on their election as academicians of the American Academy of engineering, and Zhang Hongjiang and Fang daining on their election as foreign academicians
- Hotel public broadcasting background music - Design of hotel IP network broadcasting system based on Internet +
- 在PyCharm中配置使用Anaconda环境
- Source insight automatic installation and licensing
- 酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计
- Xaml gradient issue in uwp for some devices
- Redis expiration elimination mechanism
- Export the altaro event log to a text file
- kubernetes资源对象介绍及常用命令(五)-(ConfigMap)
- 求质数的方法
猜你喜欢

appium1.22. Appium inspector after X version needs to be installed separately

How to use source insight

BTC-密码学原理

【实战项目】自主web服务器

Go practice -- design patterns in golang's singleton

今天很多 CTO 都是被干掉的,因为他没有成就业务

Why is go language particularly popular in China

(subplots usage) Matplotlib how to draw multiple subgraphs (axis field)

Intégration profonde et alignement des séquences de protéines Google

ES7 easy mistakes in index creation
随机推荐
Appium 1.22. L'Inspecteur appium après la version X doit être installé séparément
Robot capture experiment demonstration video
Yolov5 network structure + code + application details | CSDN creation punch in
【无标题】
Interview question -- output the same characters in two character arrays
JS function algorithm interview case
6.23星期四库作业
Progressive multi grasp detection using grasp path for rgbd images
期末复习(Day2)
Mapbox tasting value cloud animation
Altaro requirements for starting from backup on Hyper-V
ninja: build stopped: subcommand failed.
Deploy crawl detection network using tensorrt (I)
Map的扩容机制
How do I migrate my altaro VM backup configuration to another machine?
Redis使用Lua脚本简介
Communication - how to be a good listener?
kubernetes资源对象介绍及常用命令(五)-(ConfigMap)
Why is go language particularly popular in China
Get and monitor remote server logs