一个类,有静态方法,并不表明这个类是静态类
其次,静态方法,是不能被派生类继承的。
例如: System.Threading.WaitHandle这个类中的静态方法WaitAll和WaitAny并没有被其派生类AutoResetEvent和ManualResetEvent所继承
时间: 2024-10-28 18:48:32
一个类,有静态方法,并不表明这个类是静态类
其次,静态方法,是不能被派生类继承的。
例如: System.Threading.WaitHandle这个类中的静态方法WaitAll和WaitAny并没有被其派生类AutoResetEvent和ManualResetEvent所继承