Multiple choice

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

  1. Member method

  2. Static method

  3. Constructor method

  4. Comparison method

  5. None of these

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

This method in Oracle is a default method, which allows a calling program to create new objects of that type.