Using interfaces you can control a set of classes only if these classes implement the corresponding interfaces.And your method can take a parameter of interface type,then the method will be able to...