Design mode ------ What is object-oriented

1. What is object-oriented programming

Object-oriented programming is a programming paradigm or programming style. It is a generic object as the base unit or the organization code, and the package base, polymorphism, abstract four properties, as the cornerstone of code design and implementation.

2. What is object-oriented programming voice

The syntax support mechanism object class, and have an existing grammar mechanism that can facilitate the realization of object-oriented programming voice four major characteristics

3. How to determine whether a language is object-oriented programming language

Strictly speaking, need to have an existing grammar class support, programming language, language mechanisms of the four major characteristics, relax for as long as the support mechanism grammar classes and objects can be

4. between ⾯ The language for object-oriented programming language object-oriented programming and ⾯ What is the relationship
of object-oriented programming is generally used object-oriented programming language, but without the use of object-oriented programming language can achieve the same object-oriented programming. The use of object-oriented programming language, must be the object-oriented programming, it may be process-oriented programming.

5. What is ⾯ to object analysis and object design to ⾯?
Simply speaking, ⾯ object analysis is to figure out what to do, ⾯ to object design is to figure out how to do it. The final stage is the output of two
classes of design, including the dismantling program is for which classes, each class has attributes which Remedies, how the interaction between classes and so on.

Guess you like

Origin www.cnblogs.com/wakakCode/p/11917660.html