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
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
How many design patterns can be created in .net?
Is .net an object oriented language? What are their components?
What are the deferred execution and the immediate execution in linq?
What is .net and why it is used?
Difference abstract class and interface in .net?
What is .net core used for?
Explain me what is an anonymous method and how is it different from a lambda expression?
Explain webfarm vs webgardens in .net?
The project which you have made, which methodology did you use?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What's typical about a windows process in regards to memory allocation in .net?
What is the benefit of .net core?
Explain the different types of proxy patterns?
What is the difference between server.transfer and response.redirect? Why?