what is object slicing

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


Please Help Members By Posting Answers For Below Questions

What is polymorphism and example?

592


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

944


any one please tell me the purpose of operator overloading

1967


What is abstract class in oop?

534


What is encapsulation process?

582






How does polymorphism work?

635


What is polymorphism oop?

623


What is the difference between inheritance and polymorphism?

592


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4242


What does and I oop and sksksk mean?

654


What is destructor give example?

605


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1639


What is persistence in oop?

673


what type of question are asked in thoughtworks pair programming round ?

1762


What is inheritance in oop?

604