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 is asp .net+?
- 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
- How to display emoticons in an e-mail message using ASP.NET
- What is the difference between the .aspx page and .aspx.vb/cs page
Abstract Class and Interface >>
<< Difference between Application_Start and Session_Start
COMMENT