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 the significance of delegates. Where should they be used?
Explain how does the xmlserializer work?
How do you define a read only property in a class module?
What is code security?
Explain the advantage of option strict on?
What is the exact defination of object?
What are the shared variables?
What does assert() method do In VB.NET
What is vb.net used for?
What is the significance of delegates?
What do you mean by serialization and deserialization and it's use.
What is branching logic control in VB.NET?
Explain private assembly?
Name and explain some of the exclusive features which are present in vb?
What is the difference between import system.data.sqlclient and system.data.oledb?