Question Detail

Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0
Similar Questions :

1. Which of the following type of class allows only one object of it to be created

  • Virtual class
  • Abstract class
  • Singleton class
  • Friend class

2. How we define our name for constants

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

3. Which among following has invalid syntax ?

  • #include
  • #include file
  • #include "file"
  • None of above

4. Which operator is used to define a member of a class from outside the class definition

  • ->
  • ::
  • .
  • >>

5. Declaring pointer more than one can cause

  • Trap
  • abort a program
  • error
  • none of above
Read more from - C++ Programming Questions Answers - Chapter 1