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 ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is encapsulation used?

577


What is overriding in oop?

550


What is multilevel inheritance explain with example?

628


What is encapsulation process?

582


What is the significance of classes in oop?

590






What is the use of oops?

623


what is the drawback of classical methods in oops?

2920


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1621


What is meant by oops concept?

612


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2036


What is oops and its features?

589


What is difference between abstraction and encapsulation?

594


What is object in oop with example?

704


Get me an image implementation program.

1559


What is the oops and benefits of oops programming?

555