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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of interface?
What is the example of polymorphism?
What is overloading and its types?
Can static class have constructor?
what are the realtime excercises in C++?
Can enum be null?
What is the real time example of encapsulation?
which feature are not hold visual basic of oop?
what is different between oops and c++
Can we override main method?
Is this job good for future? can do this job post grduate student?
What is an interface in oop?
what's the basic's in dot net
What is basic concept of oop?
Why do we need polymorphism in c#?