Contrast the use of an abstract base class against an interface?
Answer Posted / vineet unnikrishnan
interface does not have theimplementation of its members
like functions,properties etc whereas abstract class can
have implementation of its members.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is asp net application object?
What is AutoPostback?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is server side session management?
What is jade template engine?
Why do we need Sessions?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
Distinguish between Server-side and Client-side code?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Why is this service branded with windows livetm?
What is a Cookie? Where is it used in ASP.NET?
When was asp.net released?
what is silver light when will we use silver light,
Can we use html in asp.net?
Can a .net web application consume java web service?