C# Beginner to advanced - Lesson 28 - Abstract classes vs interfaces part 2

مجله پرشین تک
مجله پرشین تک
37 بار بازدید - 6 سال پیش - Abstract Classes Vs Interfaces Abstract
Abstract Classes Vs Interfaces Abstract classes can have implementations for some of it’s members(Methods), but the interfaces cannot implementation for any of it’s members. Interfaces cannot have fields where as an abstract class can have fields. An interface can inherit from another interface only but cannot inherit from another an abstract class, where as an abstract class can inherit from another abstract class or another interface. Abstract classes members can have access modifiers where as an interfa
6 سال پیش در تاریخ 1397/03/11 منتشر شده است.
37 بـار بازدید شده
... بیشتر