Explain object slicing in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

what is difference between static and non-static variables

10 Answers  


Difference between strdup and strcpy?

0 Answers  


How can I learn dev c++ programming?

0 Answers  


What is a constructor and how is it called?

0 Answers  


Show the declaration for a pointer to function returning long and taking an integer parameter.

0 Answers  






How can an improvement in the quality of software be done by try/catch/throw?

0 Answers  


What do you mean by persistent and non persistent objects?

1 Answers  


What are the classes in c++?

0 Answers  


What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?

0 Answers  


What is a node class?

1 Answers  


What is an undefined reference/unresolved external symbol error and how do I fix it?

0 Answers  


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

0 Answers  


Categories