Question Detail

Can we overload constructors in C++

  • Yes
  • No
Similar Questions :

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

  • this
  • friend
  • static
  • none of above

2. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator

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

4. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

5. How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define
Read more from - C++ Programming Questions Answers - Chapter 1