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 overloading and its types?
why overriding?
What is the difference between class and structure?
What is the difference between static polymorphism and dynamic polymorphism?
Have you ever used threads?
Are polymorphisms mutations?
What is the difference between an object and a class?
Whats oop mean?
why destructor is not over loaded?
What is a friend function & its advantage?
What is a mixin class?
What is pure oop?