What is a down cast?
No Answer is Posted For this Question
Be the First to Post Answer
What are destructors?
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
What is the use of "new" operator?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is virtual methods?
Can recursive program be written in C++?
Where must the declaration of a friend function appear?
What does the ios::ate argument do?
What is the basic concept of c++?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What are advantages of c++?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster