The process of building new classes from existing one is called ______.
If a class C is derived from class B, which is derived from class A, all through public inheritance, then a class C member function can access
In C++, dynamic memory allocation is accomplished with the operator ____
The operator that cannot be overloaded is
What is the output of the following code
A function call mechanism that passes arguments to a function by passing a copy of the values of the arguments is __________
Which of the following statement is valid?
You can read input that consists of multiple lines of text using
What will be the output of following program?#include<iostream.h>void main(){float x;x=(float)9/2;cout<<x;}
RunTime polymorphism is achieved by ___________
Share this page with your friends!
Please Create a Free Account to continue! If you already have an account then please Login