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

write a c++ code of diagonal matrix.

2 Answers  


What is command routing in MFC

1 Answers   GE,


What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined

7 Answers  


What is difference between class and object with example?

1 Answers  


Why do we use oops?

1 Answers  


IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?

2 Answers  


What is oops with example?

1 Answers  


what is the difference between containership and inheritence?

1 Answers  


What are the 3 principles of oop?

1 Answers  


What is deep and shalow copy?

3 Answers   L&T, TCS,


What are the advantages of inheritance?

26 Answers   IBS, TCS,


Write an operator overloading program to write S3+=S2.

2 Answers  


Categories