votes
C# Abstract Class
We have started a program and have added to it weekly. It has composition, inheritance and now abstract. The base class was used for a generic object. I have created a subclass now for the generic object since abstracts cannot instantiate a ...
