当前位置:网站首页>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();
}
}
边栏推荐
- DEX net 2.0 for crawl detection
- (subplots用法)matplotlib如何绘制多个子图(轴域)
- Altaro VM backup getting started
- 6.23 warehouse operation on Thursday
- 6.23星期四库作业
- Making coco datasets
- 牛客网 JS 分隔符
- Training method of grasping angle in grasping detection
- Pessimistic lock and optimistic lock of multithreading
- appium1.22.x 版本後的 appium inspector 需單獨安裝
猜你喜欢

mapbox尝鲜值之云图动画

Export the altaro event log to a text file

Detailed explanation of yolov5 training own data set

期末复习(Day5)

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

PHP笔记超详细!!!

Gan network thought

Differences among bio, NiO and AIO

How to set up altaro offsite server for replication

Yolov5 network structure + code + application details | CSDN creation punch in
随机推荐
[practical project] autonomous web server
配置xml文件的dtd
"C and pointer" - Chapter 13 function of function pointer 1 - callback function 1
Introduction to redis and explanation of data types
ROS Compilation Principle
小学校园IP网络广播-基于校园局域网的小学IP数字广播系统设计
Export the altaro event log to a text file
About debugging the assignment of pagenum and PageSize of the formal parameter pageweb < T > (i.e. page encapsulation generic) in the controller
ansible防火墙firewalld设置
Redis 入门和数据类型讲解
Win10 install pytullet and test
期末复习(Day2)
【无标题】
Training method of grasping angle in grasping detection
2022.7.2 simulation match
Yolov5 input (II) | CSDN creative punch in
Go practice -- use JWT (JSON web token) in golang
3dslam with 16 line lidar and octomap
Introduction to rust Foundation (basic type)
"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()