CATEGORIES
Multiple Inheritance in DOT.NET and Garbage collector
Published by: Rinku (3/3/2009 11:53:03 PM)
MAR 3 2009
Well, c# doesn’t support Multiple inheritance through classes. In order to have multiple inheritance in our program, we need to make use of interfaces.
Can we use Multiple inheritance and Garbage collector paralelly in DOT.NET?
How can we implement inheritance in VB.NET?
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
Abstract Class and Interface >>
<< Difference between Application_Start and Session_Start
COMMENT