explain the principle of object oriented programme?
Answers
Answered by
5
The four principles of object-oriented programming are encapsulation, abstraction, inheritance, and polymorphism. These words may sound scary for a junior developer. And the complex, excessively long explanations in Wikipedia sometimes double the confusion.
Anonymous:
you don't know then don't give ans why are giving such ans for increasing your points
Answered by
2
They describe characteristics (properties) and behavior (methods) of such real life entities. The main advantages and goals of OOP are to make complex software faster to develop and easier to maintain. OOP enables the easy reuse of code by applying simple and widely accepted rules (principles)
Similar questions