当前位置:网站首页>Final review Day8
Final review Day8
2022-07-03 05:33:00 【Naive witch】
DAY591
Tomorrow exam 《 data structure 》, It looks ok now , There is still some certainty , In many courses , This class is the most attentive in class . Also put 《 Big talk data structure 》 Have a look at , At least there is confidence , however , From the several questions I have done , It seems that the master level is not very good , After all , Whether it's reading , Or listen to class , It's all input , Want to see how you master , You have to pass the test , After all , I don't know how to test the data structure , It seems that the topic sent by the teacher has many conceptual things , It means to deepen the understanding of the concept . We did it together 3 A set of questions , Try to do twoorthree more sets of questions tonight , Understand the wrong again , It's almost there . Today's review , Time is tight , Only the available time can be used , Through the single point breakthrough method, each course was broken one by one . I wish you success tomorrow !
English : read “the blue light” render v Provide revenge n revenge
public class Fu {
public void method(){
System.out.println("Fu method");
}
}
package cn.ithema;
public class Zi extends Fu {
public void show(){
System.out.println(" Hello ");
}
}
package cn.ithema;
public class Demo {
public static void main(String[] args) {
//Fu f=new Fu();
Zi z=new Zi();
z.show();
z.method();
}
}
边栏推荐
- Source insight License Activation
- (perfect solution) how to set the position of Matplotlib legend freely
- Yolov5 network structure + code + application details | CSDN creation punch in
- Altaro o365 total backup subscription plan
- About debugging the assignment of pagenum and PageSize of the formal parameter pageweb < T > (i.e. page encapsulation generic) in the controller
- kubernetes资源对象介绍及常用命令(五)-(ConfigMap)
- 期末复习DAY8
- Technical analysis of qianyuantong multi card aggregation router
- Linux登录MySQL出现ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)
- 中职网络子网划分例题解析
猜你喜欢

Why should we rewrite hashcode when we rewrite the equals method?

Brief introduction of realsense d435i imaging principle

Altaro virtual machine replication failed: "unsupported file type vmgs"

JS scope

ES7 easy mistakes in index creation

Go practice -- design patterns in golang's singleton

"C and pointer" - Chapter 13 function pointer 1: callback function 2 (combined with template to simplify code)

Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in

Go practice -- factory mode of design patterns in golang (simple factory, factory method, abstract factory)

Linux登录MySQL出现ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)
随机推荐
求质数的方法
6.23星期四库作业
Skip table: principle introduction, advantages and disadvantages of skiplist
大学校园IP网络广播-厂家基于校园局域网的大学校园IP广播方案设计指南
期末复习(Day5)
2022.7.2day594
@Autowired 导致空指针报错 解决方式
The IntelliJ platform completely disables the log4j component
Deep embedding and alignment of Google | protein sequences
獲取並監控遠程服務器日志
Pytorch through load_ state_ Dict load weight
How to set up altaro offsite server for replication
Hotel public broadcasting background music - Design of hotel IP network broadcasting system based on Internet +
es7创建索引容易犯的错误
Export the altaro event log to a text file
聊聊如何利用p6spy进行sql监控
Yolov5 input (II) | CSDN creative punch in
2022.6.30DAY591
Training method of grasping angle in grasping detection
SimpleITK学习笔记