This week was mostly about doing some Java learning.
- Static keywords, static code blocks, single-instance design patterns, and static applications, are mainly embodied in a class that handles arrays
- Learn about the relationship inherited by the child parent class, and some implicit code such as a super () that inherits the constructor of the parent class by default the first row has empty arguments; There are some call relationships
- Learn about abstract classes and applications, Java single inheritance, and multi-inheritance, as well as implementing interfaces, and doing some inherited code testing or something
- About the template method mode, is about some interfaces, interface and implements at present this has not finished learning.
In fact, learn not to say a lot, but I think more details, do some related notes and some related tests, but also the solid science, but do not know that will not be too slow.
My way of learning is more like doing more tests.
The next step is to learn some of the data structures shown in the C language.
- Chain storage, that is, the unit has data area and address area, address area to hold the address of the next unit, as long as the advantage is that the insertion of data without a large range of mobile data, in a low time complexity, plus the dynamic allocation of memory.
I think there are some learning problems if the teacher sees this hope can answer
- I don't know if my progress is keeping pace.
- I don't know the details to learn right
Week Four (2016/03/20)