Lecture overview -- Keyboard shortcut: 'u'  Previous page: Generic equality interfaces -- Keyboard shortcut: 'p'  Next page: Generic Methods [Section] -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Generic Types and Methods - slide 16 : 21

Generic Classes and Inheritance
Can a generic/non-generic class inherit from a non-generic/generic class?
inh.cs
Possible and impossible subclasses of Set classes.