Computer Applications

Explain the following terms:

Constructor with default argument

Java Constructors

35 Likes

Answer

Java specification doesn't support default arguments in methods so Constructor with default argument cannot be written in Java.

Answered By

20 Likes


Related Questions