Difference between abstract class and interface
Answer Posted / nikhil
1. Accessibility modifier(Public/Private/internal) is
allowed for abstract class.
Interface doesn't allow accessibility modifier
2. class can inherit only one abstract class
class can implement more than one interface.
| Is This Answer Correct ? | 375 Yes | 78 No |
Post New Answer View All Answers
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
What size is a .net object?
What is .net mobile lists. : Microsoft dot net mobile
How cache coherency is eliminated? : Dot net architecture
Tell me .net mobile emulators? : Microsoft dot net mobile
What is cookie less session?
Name some changes done since version 3.0?
Explain .net mobile input controls? : Microsoft dot net mobile
Describe the Managed Execution Process in .NET?
Explain the difference between l1 and l2 cache? : .NET Architecture
Differnce between managed code and unmanaged code ?
What is the difference between an event and a delegate?
Explain what does the term "green architecture" mean? : Dot net architecture
Can I create my own context attributes?
What is the use of CLR in .NET?