download Mastguru Android App

Question Detail

Inheritance is referred to as

  • “is a” relationship
  • "have a" relationship
  • both of above
  • none of above
Similar Questions :

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

  • True
  • False

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

  • True
  • False

3. Enumerators are stored by the compiler in ?

  • string
  • integer
  • float
  • any of above

4. Data members and member functions are enclosed within ?

  • union
  • structure
  • class
  • array

5. && means ?

  • Logical OR
  • Bitwise OR
  • Logical AND
  • Bitwise AND
Read more from - C++ Programming Questions Answers - Set 2
Post a comment