Advertisements
Advertisements
Question
Explain the following term:
Parameterised constructor
Short Answer
Solution
- A parameterized constructor is a member method with the same name as the class. It can initiate instance variables with the parameters supplied when constructing an object.
- Example: Employer em = new Employer(3, 6, 14);
shaalaa.com
Is there an error in this question or solution?
Chapter 7: Constructors - EXERCISES [Page 418]