KnowledgeBoat Logo

Computer Applications

Explain the following terms:

Parameterised constructor

Java Constructors

30 Likes

Answer

A parameterised constructor is a member method with the same name as the class name which is used to initialize the instance variables with the help of parametric values, passed at the time of creating an object.

Answered By

18 Likes


Related Questions