#constructor
Read more stories on Hashnode
Articles with this tag
Constructors in Java ยท What are constructors? Constructors are specialized setter methods that have the same name as that of the class. class Student{ ...