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 costructor?
Can we have a private virtual method ?
What is a class?
32 Answers Infosys, TCS, Thylak,
What's the full form of STL?
to find out the minimum of two integer number of two different classes using friend function
what is the application of oops?
What is difference between multiple inheritance and multilevel inheritance?
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
difine hierarchical inheritance.
Should you protect the global data in threads? Why or why not?
When will a constructor executed?
What is class and example?