Difference between abstract class and interface in .net?
Answer / Avnish Kumar Awasthi
An Abstract Class can have implemented methods as well as abstract methods, whereas an Interface contains only abstract members. An Abstract Class can be inherited and its non-abstract methods can be overridden, while an Interface is meant to be implemented by other classes. In essence, abstract classes are a base for inheritance, whereas interfaces are a contract that a class agrees to implement.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are situations when you register .NET assembly in GAC ?
How do you give a Windows service specific permissions?
Value type & data types difference. Example from .NET.
Explain what is reflection in microsoft .net context?
How to debug failed assembly binds?
I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.
How com+ related to the dna architecture?
What is .NET Framework?
How do you instantiate a complex number?
Explain about the features and elements present in Visual studio.NET IDE?
What is singlecall activation mode used for in .net?
Explain how garbage collection works?