Question Detail

Classes that can be used to instantiate objects are called concrete classes.

  • True
  • False
Similar Questions :

1. Inheritance is referred to as

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

2. Only one copy of the class is inherited, when it is defined as ?

  • virtual
  • public
  • static
  • private

3. Which of the following keywords are used to control access to a class member ?

  • protected
  • switch
  • goto
  • for

4. Inheritance is transitive in nature.

  • True
  • False

5. << operator is ?

  • stream extraction operator
  • stream insertion operator
  • left shift operator
  • right shift operator
Read more from - C++ Programming Questions Answers - Set 2