Question Detail

Can we overload constructors in C++

  • Yes
  • No
Similar Questions :

1. cout is declared in the _____ standard file within the std namespace

  • outstream
  • stdin
  • iostream
  • None of above

2. Which is not C++ storage class

  • auto
  • register
  • static
  • iostream

3. Inline functions are invoked at

  • Run time
  • Compile time
  • Debug time
  • None of above

4. Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above

5. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==
Read more from - C++ Programming Questions Answers - Chapter 1