Answer Posted / susanta (rcm)
object slicing is the phenomenon in which when we assigned
derived class with base class ,the separation of base class
data members from derived class data members occur.
| Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
write a program to find 2^n+1 ?
What is overriding in oop?
How does polymorphism work?
Can abstract class have normal methods?
What is the real life example of polymorphism?
What is encapsulation in oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is difference between polymorphism and inheritance?
Write a program to reverse a string using recursive function?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is coupling in oop?
What is polymorphism what is it for and how is it used?
What is encapsulation in ict?
What is the difference between abstraction and polymorphism?
Why is abstraction needed?