Saturday, July 21, 2007

Override Keyword

An Override provides a new implementation of a member inherited from a base class
Method overridden by an override declaration is known as the overridden base method
Overridden base method must have the same signature as the override method
Overridden base method must be abstract, virtual or override
Both the override method and the virtual method should have same access identifier

No comments:

Post a Comment