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 abstrac class?where is it use?

2 Answers  


What is difference between data abstraction and encapsulation?

0 Answers  


What is encapsulation in ict?

0 Answers  


what is use to destroy an object? illustrate.

5 Answers   TCS,


What is debug class?what is trace class? What differences are between them? With examples.

0 Answers  






You have one base class virtual function how will call that function from derived class?

4 Answers  


Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?

3 Answers  


Can you name some types of inheritance?

0 Answers   Motorola,


What is Object and Class? What are the differences between them?

5 Answers  


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 operator overloading? Give Example

11 Answers   CTS, IBM, TCS,


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

0 Answers   HCL,


Categories