--Review of basic Java grammar --Read through the reference book --Introduction to Java that you can understand clearly 2nd edition
In the reference book, it was stated as follows. "Object-oriented is ** the concept of componentization used when developing software **." However, I think it is difficult to understand if it is just a component. So, in order to understand object-oriented programming, I went through these steps.
Simply put, it's easy to develop. For example, if you use Object Orientation when implementing the same multiple times, you only need to do it once. In addition, because the structure is easy for us to understand, we can reduce mistakes even in complicated contents. You will be able to implement it.
Object-oriented "Applying a virtual world created by programming to the real world" Is the biggest merit.
Therefore, "It is suitable for team development because it can reduce development time and implementation omissions." I think you should think about it.
In writing I will write it from time to time. ..
Recommended Posts