What is difference between abstract class and interface in c#?
Answer / Vishal Upadhyay
An abstract class can have implementation for some of its methods, whereas an interface cannot. An interface only defines the method signatures without any implementation. An abstract class can contain both abstract methods (methods without implementation) and concrete methods (methods with implementation).
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you inherit from multiple classes in c#?
How many bytes is a char c#?
What are the various components in crystal reports?
What is attribute and reflection in c#?
Explain the difference between a sub and a function?
What is xor operation?
Is list immutable in c#?
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is c# entity framework?
What is the difference between virtual and override in c#?
Why do we use threads in c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)