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 the advantage of option strict on?
How to retrieve images in sql server database through vb.net?
What is globalization?
What is the maximum size of the textbox?
Explain how to store decimal data in .net?
What are the difference between structure and class?
How many languages are supported by .net?
Explain the advantages of migrating to vb.net?
What is redim keyword and its use?
What is deep copy?
Which class allows an element to be accessed using unique key?
What are jagged arrays ?
What is the use of errorprovider control?
Why is the xml infoset specification different from the xml dom?
Explain the use of serialization and deserialization?