what are three tenets of object orinted Systems?Why they
call like that ?
Please answer me.
Advance thanks.

Answers were Sorted based on User's Feedback



what are three tenets of object orinted Systems?Why they call like that ? Please answer me. ..

Answer / 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

what are three tenets of object orinted Systems?Why they call like that ? Please answer me. ..

Answer / 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

More OOPS Interview Questions

What is overloading and its types?

0 Answers  


why overriding?

3 Answers  


What is the difference between class and structure?

7 Answers  


What is the difference between static polymorphism and dynamic polymorphism?

0 Answers  


Have you ever used threads?

3 Answers   Adobe, IBM,






Are polymorphisms mutations?

0 Answers  


What is the difference between an object and a class?

3 Answers  


Whats oop mean?

0 Answers  


why destructor is not over loaded?

5 Answers  


What is a friend function & its advantage?

2 Answers   TCS,


What is a mixin class?

4 Answers  


What is pure oop?

0 Answers  


Categories