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?

Answer Posted / ram praswesh kumar

[1]:-> An abstract class contain abstract method and non-
abstract method, but In interface all method are implictly
abstract.
[2]:-> An abstract base class can have private,public and
protected access specifier but all member in interface are
implicitly public.
[3]:- A class can inherit only single abstract class but
can implement more than one interface.
[4]:- An abstract class can implement interface but
interface cannot extend abstract class even concrete class.

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by an Implicit Variable?

1058


What is the default value of string in c#?

1054


Is c# different than c++?

942


Define delegate?

1006


Are cao stateful in nature?

966


Which is faster list or dictionary in c#?

1014


What is executereader in c#?

959


What is main thread in c#?

962


How many variables do you need?

982


How do you declare an interface in c#?

967


Which string method is used for concatenation of two strings in c#?

1072


What is the difference between do and while loop?

932


Which technology is best for desktop application?

906


What is the solution if you need to manipulate sets of items?

926


Write down the c# syntax to catch an exception

980