adspace
What is the difference between Abstract Classes and
Interfaces? Give the answer as a table format....
Answer Posted / hemalatha ivvala
Abstrat Class: It is a combination of Concrete Methods and
Abstract Methods.
Interface: Which class is only having abstract methods is
called interface.
Concrete Methods: Methods having declaration and definition
Abstrat Method: Methods having only declaration not having
any definition. Becuase abstract methods are used to provide
data abstractions(Means providing method definition and
hiding method declaration to provide security to the client).
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between system.string and system.stringbuilder classes?
What is option strict?
What is early binding?
What are the features of c# which are not present in vb.net?
How to retrieve images in sql server database through vb.net?
Explain how can we remove handlers at run time?
How to send xml file on server using http protocol?
How to store images in sql server database through vb.net?
What is the use of assembly?
Explain an assembly?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain the difference between datatable and dataset?