Multiple choice technology programming languages

Constructor can be overloaded

  1. True

  2. False

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

Constructors can be overloaded by defining multiple constructors with different parameter lists. This allows objects to be initialized in different ways depending on which constructor is called.