What makes a language Object-Oriented?

后端 未结 15 2171
无人共我
无人共我 2020-12-07 17:01

Since debate without meaningful terms is meaningless, I figured I would point at the elephant in the room and ask: What exactly makes a language \"object-oriented\"? I\'m no

15条回答
  •  自闭症患者
    2020-12-07 17:31

    According to Booch, the following elements: Major:

    • Abstraction
    • Encapsulation
    • Modularity
    • Hierarchy (Inheritance)

    Minor:

    • Typing
    • Concurrency
    • Persistence

提交回复
热议问题