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
What are the core differences between .NET Languages ?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
Explain the garbage collection process?
Explain the difference between vb and vb.net?
What's wrong with a line like this? Datetime.parse(mystring);
What is implement a generic action in webapi?
Explain what is a delegate?
Please explain what is a delegate?
What tools can I use to develop .net applications?
Explain what are an object and a class?
How to create a key pair in .net?
What are the new features of Framework 1.1 ?
How do you create threading in.net?
What is garbage collection in .net? Explain the garbage collection process?
Where does the gac exist ?