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 the difference between int and Int32?

5 Answers   TCS,


What are concrete classes?

0 Answers  


What?s the difference between the Debug class and Trace class?

2 Answers  


Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?

0 Answers  


What is the difference between ienumerable and icollection?

0 Answers  


What is the difference between double and decimal in c#?

0 Answers  


What is the namespcae generally given to the webpage of the .NET Framework ?

0 Answers   Siebel,


Describe the accessibility modifier protected internal.

3 Answers   Siebel Systems, Visual Soft,


Can you pass parameters to destructors?

0 Answers  


How to block a class from being inherited further?

0 Answers  


How does foreach loop work in c#?

0 Answers  


Describe the ways of cleaning up objects in c#.

0 Answers  


Categories