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 is typical about a windows process in regards to memory allocation in .net?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
What is func in .net 3.5?
Difference between user groups and code groups
What is the purpose of IClonable interface in .NET?
What is stored procedure ? how we use it in .NET ?
How is .net able to support a lot of languages?
Explain .NET architecture?
What is UDDI and how to register the web service in it?
Tell us what is heap and what is stack?
How can you turn-on and turn-off cas?
What are the collections you've used?
What is the difference between a namespace and assembly name in .net?
Explain how to load the contents of an xml file into an xmldocument object?
What is .net3.0 and .net3.5?