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
how can i create a table from front end to back end in wabe page?
What is lambda expressions in c#?
What do the terms “boxing” and “unboxing” mean?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
How you apply a theme in whole application in .Net?
How many namespaces are in .net version 1.1?
What is a windows process in .net?
What is immutability?
What is web.config in .net?
Is .net a compiler?
How to produce an assembly?
Explain how does assembly versioning work?
What is the difference between user control an custom control? Advantages/disadvantages?
What is view state in .net?
Explain the differences between server-side code and client-side code.