what is object slicing?

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


Please Help Members By Posting Answers For Below Questions

Get me an image implementation program.

1569


Why interface is used?

560


What is abstraction oop?

631


Why do we need polymorphism in c#?

697


• What are the desirable attributes for memory managment?

1737






What is class and object with example?

599


What is the oops and benefits of oops programming?

562


Why is object oriented programming so hard?

620


Why multiple inheritance is not allowed?

594


What is ambiguity in inheritance?

631


How is polymorphism achieved?

588


What is object and example?

613


What is a class oop?

604


What is abstraction and encapsulation?

583


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

1801