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

An abstract class is inherited, an Interface also
inherited(multiple inheritance), How it differences.

Answer Posted / priya arun

abstract class is just like a normal class ,but we can't
instantiate an abstract class.
One class can inherit one abstract class.

but interface is just define the signature..it doesnt have
any body.So the methods declared in the interface must
implement in the derived class.

Once we defined the interface any number of class can
implement it...

a class can implement more than one interface also.Through
this also we can achieve multiple inheritance in .net.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between .net and c#?

905


What are the different ways of method can be overloaded?

849


How do I format a string in c#?

817


Is string a primitive data type in c#?

821


What is difference between static and readonly in c#?

951


What is a jagged array?

876


How can you sort strings in array that are passed to method as arguments?

934


Can we set image Source dynamically using C# in WPF application?

1025


Which compiler switch creates an xml file from xml comments in the files in an assembly?

966


What is the difference between disposing of () and finalize() methods in c#?

975


Why we need get set property in c#?

931


What is gac? How to put assembly in gac?

957


What is garbage collector and where should you use in .NET?

947


Is nullable type c#?

889


how encapsulation is implemented in c#

1056