CATEGORIES
Abstract Class and Interface
Published by: Rinku (3/4/2009 12:01:54 AM)
MAR 4 2009
What is an Abstract class? What is the use of an Abstract class? What is the difference between an abstract class and an interface? How are constructors related to both of them? How to decide in a scenario, whether we have to use abstract class or interface?
What are the advantages and disadvantages of one over the other?
Most Popular Articles
- What are the new server controls added in latest version of asp.net
- How do I Start Learning Dot Net and What is the Best Book to Follow
- What is the difference between Convert.ToString() & .ToString() ?
- How to display emoticons in an e-mail message using ASP.NET
- How do I Configure Custom Validation using CreateUserWizard Control
What is the difference between Application exceptions and System exceptions ? >>
<< Multiple Inheritance in DOT.NET and Garbage collector
COMMENT