Question Detail

Constructors has return type void ?

  • True
  • False
Similar Questions :

1. Enumerator will allocate the memory when its variables are defined.

  • True
  • False

2. Enumerators are stored by the compiler in ?

  • string
  • integer
  • float
  • any of above

3. C++ is a ?

  • Procedural programming language
  • Structural programming language
  • Low level language
  • Object oriented programming language

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

5. Classes in c++ are ?

  • Fundamental data type
  • Primitive data type
  • Desired data type
  • Not defined
Read more from - C++ Programming Questions Answers - Set 2