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
What is option strict?
Compare c# and visual basic.net?
Explain and brief about rapid application development tool?
Explain about rapid application development tool?
Explain how can we remove handlers at run time?
How to send xml file on server using http protocol?
Is vb.net a programming language?
List the two main parts of .net?
Define serialization in .net?
How to store decimal data in .net?
Explain the use of new keyword?
Explain i.tostring method?
Which dll is used for microsoft .net run time?
What are the advantages of vb.net and c#?
What is sorting in vb?