what are three tenets of object orinted Systems?Why they
call like that ?
Please answer me.
Advance thanks.
Answer Posted / santosh mundhe
Encapsulation, Polymorphism, and Inheritance these are
three main pillars of oops.
Because by using Encapsulation, Polymorphism, and
Inheritance we can achive data security , code
reuseability......
e.g.
Combining different properties together is known as
encapsulation. Means a class with private and public
properties, by making memberfunction private we can
restrict to access it from out side the class it's nothing
but data security.......
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between data abstraction and encapsulation?
What is abstraction oop?
What is oops?what is its use in software engineering?
What is difference between pop and oop?
Which method cannot be overridden?
Why is encapsulation used?
What is the main feature of oop?
How do you achieve polymorphism?
When not to use object oriented programming?
What are the data types in oop?
What polymorphism means?
What are benefits of oop?
What are the features of oop?
What are the important components of cohesion?
What is overloading in oop?