# These methods are functions defined inside a class whose first parameter is conventionally named 'self'. # When you call the method on an object, 'self' refers to that specific instance, giving the ...
#-> 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 ...