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
No, not exactly. But it can inherit from a class and implement one or more interfaces.
Clear terminology is important when discussing concepts like this. One of the things that you'll see mark out Jon Skeet's writing, for example, both here and in print, is that he is always precise in the way he decribes things.