Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between Abstract and Interface?

Answers were Sorted based on User's Feedback



What is the difference between Abstract and Interface?..

Answer / narendra mishra

Abstract->Abstract Method are the method without any
body.When derived class inherit the abstract method from
the abstract class It must override the abstract method.
Interface->Interface also define properties, method and
event which are known as the member of an interface.
Interface contain only the declaration of members.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between Abstract and Interface?..

Answer / nikhila

Abstract class contain both complete and incomplete methods
The implementation for abstract methods will be in derived class. Access specifier will allow

Interface contains only incomplete methods.The implementation will be in other class.Access specifier will not allow.by default public can use

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are cookies in c#?

0 Answers  


windows c# using datagridview in edit form sql server

0 Answers  


What is the difference between serialization and deserialization in c#?

0 Answers  


Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).

0 Answers  


Which .gang of four. Design pattern is shown below?

0 Answers  


What is variable and its classification?

0 Answers  


What is overloading and how can this be done ?

4 Answers   MMTS,


What is the difference between console and windows application?

0 Answers  


can we throw execption from catchblock

4 Answers   Accenture,


What is dapper in c#?

0 Answers  


What Is A Multicast Delegate?

0 Answers   Siebel Systems,


What does async mean in c#?

0 Answers  


Categories