How different are interface and abstract class in .Net?
Answer Posted / manikandan
The interface is the one in which all the methods are empty
one but in the abstract class it is not necessary that all
the method has to be abstract .it can be only one method
that is abstract
| Is This Answer Correct ? | 15 Yes | 18 No |
Post New Answer View All Answers
Differences between dll and exe?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
Tell me what is serialization?
Please explain what is the difference between encrypting a password and applying a hashing?
What is a windows process in .net?
What is the difference between encrypting a password and applying a hashing?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What's the .net collection class that allows an element to be accessed using a unique key?
Explain what are an object and a class?
What is marshling?
How you apply a theme in whole application in .Net?
What is the procedure to add assemly to gac to make it shared one?
Explain the difference between static page and dynamic page?
Is .net a language?
What are Attributes in .NET?