explain the concepts of oops?
Answer / ravi kumar soni
Abstraction : Hiding of inner details and showing only what
are required.
Encapsulation : Binding of data and the methods used to
access them. Eg: Classes.
Inheritance : Extending the existing functionaltiy.
Polymorphysim : Change of behavior with context.
| Is This Answer Correct ? | 10 Yes | 2 No |
What is balance factor?
class type to basic type conversion
Can you explain polymorphism?
What is difference between polymorphism and inheritance?
Difference between vector and array
program for insertion ,deletion,sorting in double link list
What do we mean by a hidden argument in C++?
Whats oop mean?
write a C++ program for booking using constructor and destructor.
How can you overcome the diamond problem in inheritance?
What does oop mean in snapchat?
What is the Advantage of Interface over the Inheritance in OOPS?