Public · Protected · Private
virtual and override keywords.
Type: Public  |  Created: 2012-06-12  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • If 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) { ... }
    2012-06-12 11:32
This blog is frozen. No new comments or edits allowed.