download Mastguru Android App

Question Detail

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

  • this
  • friend
  • static
  • none of above
Similar Questions :

1. what is the size of int datatype for 32 bit system

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte

2. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

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

4. Stack unwinding deals with

  • deals with polymorphism
  • deals with inheritance
  • deals with exception handing
  • deals with classes

5. Can we overload constructors in C++

  • Yes
  • No
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment