G
Q. When a virtual function is redefined by the derived class, it is called___________.
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of this program?
Q. class Test { int x; }; int main() { Test t; cout << t.x; return 0; }
Q. Which of the following is a valid destructor of the class name “Country”?
Q. Which of the following is “address of operator”?.
Q. Which keyword is used to write Assembly code within a C++ program?
Q. Which of the following operators is called “Input Flow Operator”?
Q. Delaration a pointer more than once may cause ____
Q. How many types of polymorphisms are supported by C++?
Q. Which of the following escape sequences represents a tab?
Q. A class is made abstract by declaring at least one of its functions as?
Discusssion
Login to discuss.