当前位置:网站首页>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();
}
}
边栏推荐
- 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
- BTC-密码学原理
- (subplots用法)matplotlib如何绘制多个子图(轴域)
- 获取并监控远程服务器日志
- 期末复习(DAY6)
- 微服务常见面试题
- Azure file synchronization of altaro: the end of traditional file servers?
- Go practice - gorilla / handlers used by gorilla web Toolkit
- Go practice -- use redis in golang (redis and go redis / redis)
- Training method of grasping angle in grasping detection
猜你喜欢

Deploy crawl detection network using tensorrt (I)

Gan network thought

配置xml文件的dtd

Deep embedding and alignment of Google | protein sequences

XML配置文件

Differences among bio, NiO and AIO

Pan details of deep learning

Brief introduction of realsense d435i imaging principle

Classification and discussion of plane grab detection methods based on learning

(subplots用法)matplotlib如何绘制多个子图(轴域)
随机推荐
谷歌 | 蛋白序列的深度嵌入和比对
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
微服务常见面试题
How do I migrate my altaro VM backup configuration to another machine?
Redis breakdown penetration avalanche
Deep embedding and alignment of Google | protein sequences
Webapidom get page elements
Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in
"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()
Source insight operation manual installation trial
Redis 入門和數據類型講解
About debugging the assignment of pagenum and PageSize of the formal parameter pageweb < T > (i.e. page encapsulation generic) in the controller
"C and pointer" - Chapter 13 function pointer 1: callback function 2 (combined with template to simplify code)
Botu uses peek and poke for IO mapping
mapbox尝鲜值之云图动画
联想R7000显卡的拆卸与安装
3dslam with 16 line lidar and octomap
2022.DAY592
Linux登录MySQL出现ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)
期末复习(Day2)