当前位置:网站首页>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 .
边栏推荐
- Apache+PHP+MySQL环境搭建超详细!!!
- 聊聊如何利用p6spy进行sql监控
- Explanation of several points needing attention in final (tested by the author)
- "C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()
- How to set up altaro offsite server for replication
- Introduction to deep learning - definition Introduction (I)
- Go practice - gorilla / handlers used by gorilla web Toolkit
- 【无标题】
- Hotel public broadcasting background music - Design of hotel IP network broadcasting system based on Internet +
- Pytorch through load_ state_ Dict load weight
猜你喜欢

Skip table: principle introduction, advantages and disadvantages of skiplist

Yolov5 model construction source code details | CSDN creation punch in

谷歌 | 蛋白序列的深度嵌入和比对

DEX net 2.0 for crawl detection
![[basic grammar] C language uses for loop to print Pentagram](/img/9e/021c6c0e748e0981d4233f74c83e76.jpg)
[basic grammar] C language uses for loop to print Pentagram

Beaucoup de CTO ont été tués aujourd'hui parce qu'il n'a pas fait d'affaires

Progressive multi grasp detection using grasp path for rgbd images

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

乾元通多卡聚合路由器的技术解析

es7创建索引容易犯的错误
随机推荐
"250000 a year is just the price of cabbage" has become a thing of the past. The annual salary of AI posts has decreased by 8.9%, and the latest salary report has been released
Xaml gradient issue in uwp for some devices
6.23星期四库作业
小学校园IP网络广播-基于校园局域网的小学IP数字广播系统设计
Map的扩容机制
Deploy crawl detection network using tensorrt (I)
Installing altaro VM backup
求质数的方法
Yolov5 input (II) | CSDN creative punch in
Linux登录MySQL出现ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)
2022.6.30DAY591
ansible防火墙firewalld设置
AtCoder Beginner Contest 258(A-D)
Make your own dataset
Talk about how to use p6spy for SQL monitoring
How to set up altaro offsite server for replication
今天很多 CTO 都是被幹掉的,因為他沒有成就業務
The IntelliJ platform completely disables the log4j component
穀歌 | 蛋白序列的深度嵌入和比對
EMD distance - example of use