OOP concepts are the concepts which are supposed to be satisfied by a programming language inorder to call that programming language as an Object-Oriented programming language.
since c programming language doesn't satisfy the three OOP concepts, we cannot call c as Object-Oriented programming language.
The three OOP concepts are:
1) Encapsulation
2) polymorphism
3) Inheritance
The birth of OOP concepts took place with encapsulation. Thus sometimes people call encapsulation as the backbone of OOP concepts.
since c programming language doesn't satisfy the three OOP concepts, we cannot call c as Object-Oriented programming language.
The three OOP concepts are:
1) Encapsulation
2) polymorphism
3) Inheritance
The birth of OOP concepts took place with encapsulation. Thus sometimes people call encapsulation as the backbone of OOP concepts.
No comments:
Post a Comment