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?s the difference between an interface and abstract class?

Answers were Sorted based on User's Feedback



What?s the difference between an interface and abstract class?..

Answer / guest

In the interface all methods must be abstract, in the
abstract class some methods can be concrete. In the
interface no accessibility modifiers are allowed, which is
ok in abstract classes

Is This Answer Correct ?    6 Yes 0 No

What?s the difference between an interface and abstract class?..

Answer / dj

a class can inherit multiple interface where as
a class can inherit only one abstract class

Is This Answer Correct ?    6 Yes 0 No

What?s the difference between an interface and abstract class?..

Answer / adhi

thanxs for your Contribution...I have got one more
diff.. ...Derived Class or Child Class should implement the
methods and properties in interface that are implementing
interface where as it is not manditory in case of Abstract
class

Is This Answer Correct ?    2 Yes 0 No

What?s the difference between an interface and abstract class?..

Answer / pvschmurthy

In Abstract class must have one sub class, but Interface
cann't have sub class only implimentation class.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More C Sharp Interview Questions

What is a dimensional array?

0 Answers  


Is enum a class c#?

0 Answers  


Can you declare the override method static while the original method is non-static?

5 Answers  


What is managed or unmanaged code?

0 Answers  


What is transparent caching with aop ?

0 Answers  


Does C# supports multi-dimensional arrays?

3 Answers   Microsoft,


Can we change static value in c#?

0 Answers  


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

6 Answers   Wipro,


So how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process ?

1 Answers  


What is the difference between convert and parse in c#?

0 Answers  


When you inherit a protected class-level variable, who is it available to?

2 Answers  


what is .NET framework architecture ??

0 Answers   IIT, Impetus,


Categories