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

3 Answers   MindCracker,


which is best institute to learn c,c++ in ameerpet hyderabad

1 Answers  


what is the difference between inter class and abstract class...?

0 Answers  


What is R T T I ?

6 Answers   Ness Technologies,


What is oops and why we use oops?

0 Answers  






Program to open a file with First argument

1 Answers   TCS,


What is byval and byref? What are differences between them?

0 Answers   HCL, Wipro,


What is the benefit of oop?

0 Answers  


why we are declare the function in the abstract class even though we are declaring it in Derived class?

1 Answers   TCS,


What is oops and its features?

0 Answers  


What is polymorphism what are the different types of polymorphism?

0 Answers  


What are the advantages of inheritance?

26 Answers   IBS, TCS,


Categories