1.

Overloaded methods in java

A. Compiler uses method signature to determine which method to invoke. They may have different functionality
B. They are not available in fundamental classes
C. They have the same name and signature
D. none
Answer» B. They are not available in fundamental classes


Discussion

No Comment Found