Answer Posted / subhashish saha
When you try to assign derived class object to an object of
base class, it takes the elements that has relivance with
respect to the base class and slices off the remaining
thing. this is object slicing...
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
What is polymorphism and its types?
What is constructor overloading in oop?
What is property in oops?
What is interface in oop?
what's the basic's in dot net
What is ambiguity in inheritance?
What is the difference between encapsulation and polymorphism?
Give two or more real cenario of virtual function and vertual object
What are the components of marker interface?
write a program that takes input in digits and display the result in words from 1 to 1000
Templates mean
Why interface is used?
to find out the minimum of two integer number of two different classes using friend function
What is inheritance write a program to show use of inheritance?
Which language is pure oop?