ASP.NET 2.0 Question:
Download Questions PDF

What is diff. between abstract class and an interface?
What is shadowing?
Diff between Overriding and overloading?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

Answer:

An abstract class and Interface both have method only but not have body of method.The difference between Abstract class and An Interface is that if u call Ablstract class then u have to call all method of that particular Abstract class but if u call an Interface then it is not necessary that u call all method of that particular interface.Method OverLoading:-Return type, Parameter type, parameter and body of method number may be different.Method Overriding:- Return type, Parameter type, Parameter Number all must be same . Only body of method can change.

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
What is DLL hell?How to create a DB connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed.
if question not clear,let me know.