Object oriented programming idea

Object oriented programming idea

1、 Difference between object-oriented and process oriented:

Process oriented design:

Object oriented design:

2、 Object oriented in Java

Class and object are two very important concepts in the process of object-oriented programming. Class is the abstraction of a batch of objects and a concept. Object is a concrete entity, also known as instance.

object

class

The next study will focus on various aspects of classes and objects, involving knowledge loopholes. I hope you can correct me.

Reference link: https://blog.csdn.net/qq_33811662/article/details/80639390 Reference books: Java programming ideas, Java core technology I previous review: java object-oriented learning directory

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>