Abstract Classes vs Interfaces
Both of them are incomplete you can not create an instance Basic Differences Can have implementations for some of its members(methods) Can not have implementation for any its members Can have fields Can not have fields Member is private by default and can have access modifiers Members are public by default but they can not… Read More »