#Class Variables are variables that are shared among all Class Instances of a Class. #So, while Class Instances can be unique to each other (in terms of name, email and pay in this case), #Class ...
#-> 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 ...