Example for 4 pillar of oops like,
Inheritance,Poly,Abstraction,Encabsulation ?
Answer Posted / sikendar
Inheritance is nothing but,it is mechanism of driving a new class from base class.
| Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
Where You Can Use Interface in your Project
How is polymorphism achieved?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is object in oop?
Why is polymorphism important in oop?
What are the benefits of interface?
What is encapsulation in oop?
Why is there no multiple inheritance?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What are the advantages of polymorphism?
How do you use inheritance in unity?
How do you achieve runtime polymorphism?
what type of question are asked in thoughtworks pair programming round ?
Can bst contain duplicates?
What is encapsulation and abstraction? How are they implemented in C++?