Main concepts in OOP

后端 未结 14 2157
夕颜
夕颜 2020-12-07 17:03

I was once asked in an interview \'What are the 3 main concepts of OOP?\'. I answered by saying that in my opinion there were 4 which are as follows:

  • Inheritan
14条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-07 17:22

    3 main concepts in OOP:

    • Late binding
    • Concept reusing (not sure about this, anyway: re-using of concepts; avoiding the re-implementation of even the simplest concepts)
    • Abstraction

提交回复
热议问题