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
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 |
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 |
what is the use of template classes in c++
What is the purpose of enum?
How do you achieve polymorphism?
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
What is ambiguity in inheritance?
143.what is oops principles?
What are virtual functions?
What is constructor in oop?
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
Write a program to sort the number with different sorts in one program ??
What is variable example?
How to Increment the value of the empid E001 for each and every employee by using the programe?