I want to know if a class can inherit from a class and an interface.
The example code below doesn\'t work but I think it conveys what I want to do.
The reason that I want t
I found the answer to the second part of my questions.
Yes, a class can implement an interface that is in a different class as long that the interface is declared as public.