A Java class may have more than one constructor. Usually the assignments made in each constructor overlap. To eliminate redundant assignment statements, the developer can call another constructor by using the this keyword. To write a program that uses this in this manner, follow these seven steps.

Leave a Reply

Your email address will not be published. Required fields are marked *