Multiple choice

Default constructor has

  1. no arguments

  2. one argument

  3. two arguments

  4. an object argument

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A default constructor is a constructor that takes no arguments. It's used to create objects without requiring any initialization parameters, initializing member variables to default values.