KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Applications

Explain the following terms:

Constructor with default argument

Java Constructors

34 Likes

Answer

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

Answered By

19 Likes


Related Questions