What is difference between Abstract Class and Interface?
Answer Posted / dhinesh
If a class has one abstract method ,the class has to be an
abstract class.
Methods can be implemented in abstract class.
Whereas a interface is like a abstract class...the only
difference being that the methods are never implemented in
Interface.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is DLL HELL in VB.NET
Explain strong name in .net assembly?
Explain the observations between vb.net and vc#.net?
How to store images in sql server database through vb.net?
Name some different types of control?
Explain global assembly cache (gac)?
What do you mean by serialization and deserialization and it's use.
What are nested classes?
What are the differences between c# and visual basic.net?
How can we store decimal data in .net?
What is an assembly and its use?
how many server control present in .net
Explain the use of new keyword?
What is the difference between static or dynamic assemblies?
Explain about globalization?