Contrast the use of an abstract base class against an interface?
Answer Posted / rajeev kumar singh
An abstract class can have abstract as well as non abstract
methods whereas the interface can have only the abstract
methods.
An Abstract inherit a class, an abstract class and implement
an interface. But interface can only implement another
interface.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is a user session?
How do I open an ashx file in windows 7?
Which namespace is used by ado.net?
What is full trust in asp.net?
What is a gridview in asp.net?
What are the namespace classes used in asp.net mvc? : asp.net mvc
Explain the use of fragment caching.
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Is asp.net and .net are same or different?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is masterpage?
3. What goals do you have in your career?
What can you do with asp.net?
What are the different types of validation controls provided in ASP.NET?
What is the default authentication mode for asp.net?