what do you mean by oop? name it's all principal.
Answers
Answered by
1
There are 4 major principles that make an language Object Oriented. These are Encapsulation, Data Abstraction, Polymorphism and Inheritance. These are also called as four pillars of Object Oriented Programming.
Answered by
1
Explanation:
Object-oriented programming (OOP) is a computer programming model that organizes software design around data, or objects, rather than functions and logic. ... Once an object is known, it is labeled with a class of objects that defines the kind of data it contains and any logic sequences that can manipulate it.
Similar questions