Object-oriented programming (OOPs) Question:
Can Struct be inherited?
Answer:
No, Struct can't be inherited as this is implicitly sealed.
Previous Question | Next Question |
What is Object? | What is Method Overriding? How to override a function in C#? |