KnowledgeBoat Logo
|

Computer Applications

Explain the following terms:

Constructor with default argument

Java Constructors

37 Likes

Answer

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

Answered By

21 Likes


Related Questions