C#C
C#3y ago
arch_il

✅ List of inherited objects

I know that C# is strongly typed programming language and there are some limitations when it comes to what you can put in lists, but can you create a list of objects where each object is inherited from single class and have same constructor and function?
Was this page helpful?