Wednesday, March 11, 2015

C# Abstract

An abstract method has no implementation. Its implementation logic is provided instead by classes that derive from it. We use an abstract class to create a base template for derived classes.

No comments:

Post a Comment