Showing posts with label Abstract Classes. Show all posts
Showing posts with label Abstract Classes. Show all posts

Thursday, December 6, 2012

Abstract Classes vs. Interfaces

Abstract Classes vs. Interfaces

The choice of whether to design your functionality as an interface or an abstract class can sometimes be a difficult one. In This article you learn how Abstract Class is differ than Interfaces and How to decide whether to use an interface or an abstract class

Abstract Classes vs. Interfaces