download Mastguru Android App

Question Detail

The symbol ** __ .

  • can be overloaded by changing its datatype.
  • cannot be overloaded, as on overloading its meaning shall be changed.
  • can be overloaded.
  • cannot be overloaded as it is not a C++ operator.
Similar Questions :

1. Even if we define a function in a class, then also we need to declare it first.

  • True
  • False

2. When a derived class inherits from many base classes, this process is known as ?

  • multiple inheritance
  • multilevel inheritance
  • default inheritance
  • multiplex inheritance

3. An explicitly defined destructor function

  • may be virtual
  • may not be virtual
  • will always be virtual
  • will never be virtual

4. We can do constructor overloading in C++ ?

  • True
  • False

5. Constructors has return type void ?

  • True
  • False
Read more from - C++ Programming Questions Answers - Set 2
Post a comment