Monday, March 4, 2019

Abstract Class And Interface - Two Pillars In Object Oriented Programming

Abstract classes are those classes which can't be initiated, that is, they are considered as incomplete classes. Let's learn the concepts of Abstract Classes and Interface in OOP.

source https://www.c-sharpcorner.com/article/abstract-class-and-interface-two-pillars-in-object-oriented-programming/

No comments:

Post a Comment