Multiple choice

Which of the following default methods allows a calling program to create new objects of that type?

  1. Member methods

  2. Constructor methods

  3. Static methods

  4. None of these

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

Every instantiable object has a default constructor method, which allows a calling program to create new objects of that type.