What is the difference between Abstract Classes and
Interfaces? Give the answer as a table format....
Answer Posted / sandeep pokala
Interface is a set of abstract methods,all the methods have
to be overridden by the class which ever implements the
interface.
Abstract class is collection of data and methods,which are
abstract. In abstact class some methods may contain
defination,but in interface every method should be abstract
( no definations in the methods)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is difference between web.config and machine.config and where it will be ?
What is the difference between .dll extension and .exe extension files?
What are the shadow variables?
What is difference between metadata and manifest?
What is the advantage of using system.text.stringbuilder over system.string?
What is the importance of a Button control?
How do you use two datareaders at the same time in a vb.net windows application ?
What is the differnce between managed code and unmanaged code?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
Explain the use of option explicit?
What is the differences between dataset.clone and dataset.copy?
Explain some of the exclusive features which are present in vb?
What does assert() method do In VB.NET
Explain the difference between an xml "fragment" and an xml "document."
Explain how can we remove handlers at run time?