Owing to the death of my grandfather, I delayed the course of the day. That lesson is the invocation of methods and methods. So in the later Java course of learning I obviously feel the difficulty and inadequacy. So the course must follow the pace, can not hold the rhythm. This week we are mainly learning about Java object-oriented thinking. This is quite different from the process-oriented thinking of the C language that we used to learn in college, and we are now writing programs that are accustomed to describing the process of objects, and thinking of writing a code in one step. In fact, this is not an object-oriented mode of thinking. The object-oriented thinking pattern does not focus on the operation of the process, but rather describes the properties and behavior of the object. We have not adapted to this ideological shift and we are always accustomed to the process. So when we write the program in the future, we must think about the properties of the object we want to describe and add the behavior. Behavior is the method within our program. While writing the program, we have to write the properties of the object, rather than directly write the object every step of what to do. At present I need time to develop the object-oriented thinking mode slowly. Fast New Year, my study status has been affected by a lot of things in the family. I hope to have a better atmosphere in the coming year and tidy up my mind. Add a crazy learning buff to yourself, come on!
Java Week Fourth summary