DAY 25: Mastering Constructors & the this Keyword
constructorIn Java, a constructor is a special method that initializes objects when they are created. Prerequisites
Should know about local and global variables
global variables to non static variable...