Changes

Jump to: navigation, search

C Sharp Inheritance

276 bytes removed, 21:30, 18 January 2008
Understaning Abstract Classes
}
</pre>
 
== Understaning Abstract Classes ==
 
Abstract classes are base classes which can only be inherited from and which cannot themselves be instantiated.
 
An abstract class defines the required subset of members for derived classes, but does not actually implement those members.

Navigation menu