Discussions Populaires Dans la Communauté Architecture d interface

S'abonner

Questionnez la Communauté


Ask any professional question and get answers from other specialists.

Stream language
awais awais's image  
La répondre a été ajoutée par  awais awais, Lead c# Developer, Integrated Security solution
Depuis 7 années

i will show the code example public abstract class Employee{ public virtul string FullNamePrint() { return "Awais Shabir"; } } // Interface Example   Public Int ... Voir Plus

Signaler CV
Abhijeet Saxena's image  
La répondre a été ajoutée par  Abhijeet Saxena, Software Engineering Analyst, Accenture Services Pvt. Ltd
Depuis 7 années

Abstract class methods may have implementation i.e. it may contain non-abstract methods. Interface will not have any kind of implementation in it. Scenarios to choose bet ... Voir Plus

Signaler CV