JanaGanaMana
Register
Login
C# support multiple inheritance?
Are private class-level variables inherited?
What does the keyword virtual mean in the method definition?
Can you prevent your class from being inherited and becoming a base class for some other classes?
What's an abstract class?
What's the difference between an interface and abstract class?
No .
Use interfaces instead.