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 advantages of VB.NET?
described weak typing?
Explain namespace?
How to store decimal data in .net?
Explain option strict?
Which classes a dll can contain?
Define serialization in .net?
Described strong typing
Describe about visual basic.net?
What is the exact defination of object?
What is the advantages of VB.NET?
What are the parts of the visual basic control?
Explain the use of option explicit?
What are the types of generations in garbage collector?
Explain about Visual basic.NET culture?