المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Abstract Class, constructors



C# Programming
06-17-2009, 12:01 PM
I am using abstract classes in my project, meanwhile i want to use overloaded Constructors to those classes, then how to call those overloaded constructors, because abstract classes cannot instantiate.
can any one please answer me?
Thanks in advance...