What is a down cast?


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

Post New Answer

More C++ General Interview Questions

Distinguish between a # include and #define.

0 Answers  


When is a template a better solution than a base class?

1 Answers  


What are c++ stream classes?

0 Answers  


What do you mean by translation unit in c++?

1 Answers  


What programming language should I learn first?

0 Answers  






What is slicing?

1 Answers  


What is the main purpose of c++?

0 Answers  


What are the 3 levels of programming languages?

0 Answers  


What is a reference in C++?

1 Answers  


What is difference between malloc()/free() and new/delete?

0 Answers  


How size of a class can be calulated?

2 Answers  


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  


Categories