What are the OOPS concepts?
Answer Posted / nikky
OOPS concepts are:
CLASS
OBJECT
ABSTRACTION
ENCAPSULATION
INHERITANCE
POLYMORTHISM
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is destructor in oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is a superclass in oop?
What are the benefits of interface?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is difference between inheritance and polymorphism?
Can we define a class within the interface?
Whats is abstraction in oops?
Is html an oop?
What are classes oop?
Are polymorphisms mutations?
Can we have inheritance without polymorphism?
Where You Can Use Interface in your Project
What does enum stand for?