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 some of the disadvantages due to microsoft.net?

932


Explain about generation?

905


Whats new features in Visual Studio 2012?

914


Explain about developer benefit from memory management?

900


What is the purpose of cache? How is it used? : Dot net architecture

837


what are constructors and destructors?

2089


Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture

857


What is the application frame host?

906


Explain the race around condition? : Dot net architecture

852


Explain difference between state server and sqlserver? : .NET Architecture

893


Can you explain server controls in atlas?

924


What is different about namespace declaration when comparing that to package declaration in java?

975


What other than biginteger has been introduced in system.numerics namespace?

900


What is a clickonce application?

871


What are the important principles of soa (service oriented architecture)?

864