Suppose I have an interface
interface Car { void wroomWroom(); }
And bunch of classes that implement this interface.
class M