If your super class has the functions then each subclass can use them. For example, if your house class has a sell function then you could do "flat.sell()". It inherits all of the functions and...