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 late binding and early binding?
Which is the tool which can convert visual basic old version to .net compatibility version?
Explain about visual basic.net?
What is tracing?
What do you mean by Redim in VB.NET?
How a base class method is hidden?
What is trace in vb.net?
What is globalization?
What are the advantages of migrating to vb.net?
Describe about visual basic.net?
What are the different types of a stream?
Described strong typing
Explain how to send xml file on server using http protocol?
How many ways the function can return values?
What are the advantages of VB.NET?