Question Detail

We can do constructor overloading in C++ ?

  • True
  • False
Similar Questions :

1. Size of a char is ?

  • 1
  • 2
  • 3
  • 4

2. Stacks are based on ?

  • FIFO
  • LIFO
  • FILO
  • All of above

3. When one class inherits from the base class, then the original class is called ?

  • derived class
  • base class
  • sub class
  • basic class

4. The private data members of a class are accessible ?

  • Directly to objects of that class
  • To any function defined outside a class
  • Only to the member functions
  • Only using keyword static

5. A virtual base class ?

  • is qualified as virtual in base class definition.
  • do not qualified as virtual in base class definition.
  • allows to inherit more than one copy of the base class members.
  • strict the path of inheritance.
Read more from - C++ Programming Questions Answers - Set 2