Answe
The Tollowing
ollowing questions
What do you mean by OOP? Name its principles.
Answers
Answered by
1
Answer:
Object-oriented programming (OOP) is a computer programming model that organizes software design around data, or objects, rather than functions and logic. An object can be defined as a data field that has unique attributes and behavior.
There are 4 major principles that make an language Object Oriented.
These are -
Encapsulation,
Data Abstraction,
Polymorphism
Inheritance.
Similar questions