What is the different OOPS principle?
Answers
Answered by
1
Answer:
The four principles of object-oriented programming are encapsulation, abstraction, inheritance, and polymorphism. These words may sound scary for a junior developer.
Explanation:
Answered by
25
Answer:
The basic OOPS principle are as follows:
- Encapsulation
- Abstraction
- Inheritance
- Polymorphism
Similar questions