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...

Difference between abstract class and interface

Answer Posted / thakur laxmikant

1. Abstract class can have implemented methds
but interface contains only final varibles and
method declaration(signature);

2. In Abstract class there is "IS A " Kind of relationship
between abstract class and its implemented method class
but in interface it can be between any non-relative
classes.

3. Absrtact class can be extended by only one class;
Interface can be implemented by more than one class;
ie. class can inherit only one abstract class
but class can implement more than one interface.

4.A class implementing an interface has to
implement all the methods of the interface,
but the same is
not required in the case of an abstract Class.

5.Access modifiers (protected, abstract, public, etc. )are
useful in abstract Classes but not in interfaces.

Is This Answer Correct ?    20 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what does the term "green architecture" mean? : Dot net architecture

960


how to set the startup position of the form?

1948


What does the term "green architecture" mean? : Dot net architecture

898


What is private constructor? And it's use?

1126


Explain How to improve the cache performance? : Dot net architecture

941


if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get

2324


What is new in the .net 2.0 class library?

1113


How is the using() pattern useful? What is idisposable?

959


What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture

1133


What is a service class?

1009


The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.

15056


Explain about developer benefit from memory management?

956


What is Video Streaming in .net??

975


what is sessions and cookies take one example simple way to understand

2349


Explain write back and write through caches? : .NET Architecture

907