K
Kevin Buchan
I searched the news group and could not find an answer to this question, so
I'll go ahead and post it.
Let's say I have a class A with a couple different constructors... nothin'
special.
Now, let's say that I have class B that inherits from A. B automagically
gets all of the properties and methods of A, but I cannot leverage any of
A's contructors without redefining them on B and delegating. I'm sure that
there is a very good reason for this, but I find it a bit frustrating.
Is there, perhaps, some syntax shotcut that I'm not familiar with for
leveraging the A constructors without having to mirror them on class B?
Thanks so much.
-Kevin Buchan
I'll go ahead and post it.
Let's say I have a class A with a couple different constructors... nothin'
special.
Now, let's say that I have class B that inherits from A. B automagically
gets all of the properties and methods of A, but I cannot leverage any of
A's contructors without redefining them on B and delegating. I'm sure that
there is a very good reason for this, but I find it a bit frustrating.
Is there, perhaps, some syntax shotcut that I'm not familiar with for
leveraging the A constructors without having to mirror them on class B?
Thanks so much.
-Kevin Buchan