How can I put subclasses from the same baseclass into a list?
I´m working with ASP.NET MVC3 and have created a basemodel-class with properties like name, age and so
I'd recommend
List
for
class Derived1 : BaesClass {} class Derived2 : BaesClass {}