Question Detail

Every class has atleast one construtor

  • True
  • False
Similar Questions :

1. Can we overload constructors in C++

  • Yes
  • No

2. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments

  • True
  • False

3. How we mark the end of c++ statement

  • ;
  • :
  • >>
  • <<

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

5. Which of the following functions below can be used Allocate space for array in memory

  • calloc()
  • malloc()
  • realloc()
  • All of above
Read more from - C++ Programming Questions Answers - Chapter 1