Standing on the shoulders of giants. RSS 2.0
# Friday, January 05, 2007

public class A {
    public virtual void AA(){}
}

public abstract class B : A{
    public abstract override void AA();
}


If you now would define a class C : B, then C must implement the method AA again.
Friday, January 05, 2007 2:23:52 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] - Trackback
Codesnippet | C#
Comments are closed.
Ads
About
© Copyright 2012
Paul van Brenk
Sign In
newtelligence dasBlog 2.3.2011.0
All Content © 2012, Paul van Brenk
DasBlog theme 'Business' created by Christoph De Baene (delarou)