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 code security?
Why do we use ansi keyword?
Can you please explain the difference between vb and vb.net?
What is the feature anonymous type?
What are the features of c# which are not present in vb.net?
What is deep copy?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Explain redim keyword?
What is late binding and early binding?
What is the difference between datagrid and gridview?
What is the differences between dataset.clone and dataset.copy?
What is the difference between convert.tostring and .tostring() method?
How many languages are supported by .net?
How can we remove handlers at run time?
what is intermediate language?