Multiple choice

If no method is declared, which of the following methods is defaultly declared and allows calling program to create new object types?

  1. Member methods

  2. Constructor method

  3. Comparison methods

  4. None of these

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

Even if no method is declared, every instantiable object has a default constructor method that allows a calling program to create new objects of that type.