Constructors JAVA LECTURE BY: LJRABOY
Defining Constructors  A special kind of method that is designed to perform initialization  A method that is called when a new object is created.  Can perform any action you write into its definition  Serve the same purpose with the set method
Example:
Using Constructors and Reset methods

Java lec constructors