#Sometimes we want to initiate more information than our parent Class can handle. To elaborate on #this, lets say we want to pass in 1 more attribute (apart from the first, last, and pay attributes) ...
#-> Methods are actions/behaviour of the object from the Class (usually done by defining functions # which will be associated with the Class) #Why are Classes used? #It is used to create a blueprint ...