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
how to add list of items in a web application and win application?
What is a virtual memory? : .NET Architecture
what is polymorphism and advantage ?
What is the difference between machine config vs. Web config : Dot net architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
When do I need to use gc.keepalive?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
What is an asssembly qualified name? Is it a filename? How is it different?
6. Wcf- what is SOA
What is the cli? Is it the same as the clr?
12. Types of polymorphisem[Run and Design Exp.]
Explain about clr?
What does this do? Gacutil /l | find /i "corillian"
.Net Frame work arch?