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 outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
who is the founder of c++?
How to call a non virtual function in the derived class by using base class pointer
Why multiple inheritance is not allowed?
What is polymorphism explain its types?
What are classes oop?
WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
write a program to find 2^n+1 ?
What do we mean by a hidden argument in a function?