download Mastguru Android App

Question Detail

What is the meaning of base class in C++

  • Another class got inherit from this class
  • It inherit other class
  • It has a pointer variable
  • It is the first class declared
Similar Questions :

1. All members of class have which access to its members

  • private
  • public
  • protected
  • depends

2. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

3. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0

4. Meaning of deed copy is

  • A deep copy creates a copy of the dynamically allocated objects too
  • A deep copy just copies the values of the data as they are
  • A deep copy creates a copy of the statically allocated objects too
  • Both A and C

5. Which class has only one unique value for all the objects of class

  • this
  • friend
  • static
  • none of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment