download Mastguru Android App

Question Detail

We can do constructor overloading in C++ ?

  • True
  • False
Similar Questions :

1. Data members and member functions are enclosed within ?

  • union
  • structure
  • class
  • array

2. Constructors has return type void ?

  • True
  • False

3. 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.

4. Which variables cannot be declared ?

  • structure
  • pointer
  • class
  • void

5. The major goal of inheritance in C++ is ?

  • To facilitate the reusability of code
  • To help modular programming
  • To facilitate the conversion of data types
  • To extend the capabilities of a class
Read more from - C++ Programming Questions Answers - Set 2
Post a comment

  • Aditi Mantri 9 years ago

    the question is "Can we overload constructors in C++?" and its answer should be true. Even when your explanation says that the answer shown is False. Please make it correct

  • Chowmya Rajakumar 9 years ago

    Right ans is A.True. We can overload constructor in C++