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. Can we overload constructors in C++

  • Yes
  • No

2. Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above

3. How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define

4. Every class has atleast one construtor

  • True
  • False

5. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment