Question: Which statement is true?

  1. A default parameter's constructor is not equivalent to the default constructor
  2. A default constructor is inherited from a parent class
  3. A default constructor can be called explicitly
  4. A default constructor cannot be defined by the coder

Answer: The correct answer of the above question is Option A:A default parameter's constructor is not equivalent to the default constructor