Musings
Public · Protected · Private
virtual and override keywords.
-
2012-06-12 11:32If a base class marks the method as virtual derived class overrides if needed. these methods can be sealed too public override sealed void foo(int amount) { ... }
This blog is frozen. No new comments or edits allowed.