Define an Abstract class in C++?
No Answer is Posted For this Question
Be the First to Post Answer
What is RTTI and why do you need it?
Define namespace.
What is wrong with this statement? std::auto_ptr ptr(new char[10]);
In C++ what is a vtable and how does it work?
What is meant by exit controlled loop?
what is the difference between a pointer and a reference?
0 Answers Amazon, Blue Star, C DAC,
Explain what happens when an exception is thrown in C++.
What is the difference between member functions and static member functions?
Is deconstructor overloading possible? If yes then explain and if no Then why?
Write a program that can take input from 3 to 8 and calculate the average?
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
Tell How To Check Whether A Linked List Is Circular ?