What are the two types of polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
Which bit wise operator is suitable for putting on a particular bit in a number?
How would you call C functions from C++ and vice versa?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What is #include sstream?
In the derived class, which data member of the base class are visible?
What is :: operator in c++?
What is a terminating character in c++?
a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?
What is virtual table?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
What is the size of pointer ? Also size of pointer in 64 bit pointer
What is stack unwinding?