Difference between abstract class and interface
Answer Posted / amulraj.m
1)An abstract class is a special kind of class that cannot be instantiated,An interface is not a class. It is an entity that is defined by the word Interface. An interface has no implementation; it only has the signature or in other words.
2)Abstract class should be used as base class.An interface is derived from all classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I write to the application configuration file at runtime?
Explain Singleton design pattern in .net
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
What are the different pipelining hazards? : Dot net architecture
What is cache coherency and how is it eliminated? : .NET Architecture
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
Whats new features in Visual Studio 2012?
What is an interrupt? : Dot net architecture
How do you handle this COM components developed in other programming languages in .NET?
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
What is the use of CLR in .NET?
Can I create my own metadata attributes?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
What is .net mobile images control. : Microsoft dot net mobile