Answer Posted / bibek
object slicing is the technique where we when we assign the
value of derived class to the base class,only the base class
content is sliced not the derived class own datamember.
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
Prepare me a program for the animation of train
What is a null tree?
What are the advantages of polymorphism?
What is difference between abstraction and encapsulation?
Is data hiding and abstraction same?
Which language is pure oop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Write a c++ program to display pass and fail for three student using static member function
What causes polymorphism?
What is destructor give example?
What is new keyword in oops?
How to use CMutex, CSemaphore in VC++ MFC
can inline function declare in private part of class?
What are two types of polymorphism?
What exactly is polymorphism?