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
Explain how to produce an assembly?
What are .net functions?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
How to load a user control dynamically in runtime?
Is .net capable of supporting multi-thread?
What is your observations between vb.net and vc#.net?
What's the .net collection class that allows an element to be accessed using a unique key?
Define code access security (cas)?
What is the new three features of COM+ services, which are not there in COM (MTS)
What is manifest in .net?
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?
What is managed code in .NET?
Explain what is reflection in microsoft .net context?
Explain about .net assemblies?
What is iis? Have you used it?