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
How to send xml file on server using http protocol?
What is globalization?
Define naming convention?
Explain an assembly?
What are the assembly entry points?
Name the tool which can convert visual basic old version to .net compatibility version?
What is jagged array in vb.net?
Explain nested classes?
What is the purpose of an Assembly?
What is misl code?
What is the difference between vb 6 and vb.net?
What do you mean by Redim in VB.NET?
What is the difference between custom control and user control?
What is the difference between convert.tostring and .tostring() method?
What is the use of assembly?