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
What is encapsulation process?
Why is oop better than procedural?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is a function in oop?
What is solid in oops?
What is static modifier?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Why oops is important?
Is oop better than procedural?
What is abstract class in oops?
How do you achieve polymorphism?
What are the 4 main oop principles?
can we make game by using c
what's the basic's in dot net
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }