KnowledgeBoat Logo

Computer Applications

Explain the following terms:

Constructor with default argument

Java Constructors

33 Likes

Answer

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

Answered By

18 Likes


Related Questions