当前位置:网站首页>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();
}
}
边栏推荐
- Deep embedding and alignment of Google | protein sequences
- Notepad++ wrap by specified character
- 2022.DAY592
- Calculation method of AUC
- XML配置文件
- Altaro virtual machine replication failed: "unsupported file type vmgs"
- Simpleitk learning notes
- Primary school campus IP network broadcasting - Design of primary school IP digital broadcasting system based on campus LAN
- Gan network thought
- PHP笔记超详细!!!
猜你喜欢
ES7 easy mistakes in index creation
Audio Focus Series: write a demo to understand audio focus and audiomananger
Technical analysis of qianyuantong multi card aggregation router
Gan network thought
Yolov5 network structure + code + application details | CSDN creation punch in
Appium 1.22. L'Inspecteur appium après la version X doit être installé séparément
Redis使用Lua脚本简介
XML Configuration File
Botu uses peek and poke for IO mapping
[basic grammar] Snake game written in C language
随机推荐
(subplots用法)matplotlib如何绘制多个子图(轴域)
"C and pointer" - Chapter 13 function pointer 1: callback function 2 (combined with template to simplify code)
求质数的方法
Gan network thought
XML配置文件
Rust基础入门之(基本类型)
Get and monitor remote server logs
[set theory] relational closure (relational closure related theorem)
SimpleITK学习笔记
Common interview questions of microservice
获取并监控远程服务器日志
study hard and make progress every day
(完美解决)matplotlib图例(legend)如何自由设置其位置
Making coco datasets
Introduction to redis and explanation of data types
Introduction to rust Foundation (basic type)
Go practice -- factory mode of design patterns in golang (simple factory, factory method, abstract factory)
Can altaro back up Microsoft teams?
How to install and configure altaro VM backup for VMware vSphere
Pytorch through load_ state_ Dict load weight