What is the difference between Abstract and Interface?

Answer Posted / thulasiram

interface can have only non implementation methods

abstract class can have both implementation and non
implementation methods

interfaces are used for universal access

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is marshalling in c#?

642


Can property be private in c#?

671


What is the difference between arraylist and list in c#?

631


Why are dynamic link library used over static one?

711


Explain about Error handling and how this is done

714


How does bubble sort work?

666


Explain the difference between a struct and a class?

687


List some of the basic string operation?

689


What is lock in c#?

646


Define c# i/o classes? List the commonly used classes?

733


Why can't we use a static class instead of singleton?

635


Is multilevel inheritance possible in c#?

646


Is there regular expression (regex) support available to c# developers?

728


What is 8 bit signed integer?

643


What is difference between const and static in c#?

664