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 are the various open source tool available for VB.NET?
What is globalization?
What is the size of .net object?
What is a literal control?
What is an application domain? how they get created?
Explain about delegate?
Explain the difference between namespace and assembly?
How can we remove handlers at run time?
List the two main parts of .net?
What is the difference between compiler and interpreter?
What is the difference between vb 6 and vb.net?
Explain enumerator?
What is multiple form in vb?
what is common type system?
Explain option strict?