Re: Inheritance question
- From: "relient" <xllx.relient.xllx@xxxxxxxxx>
- Date: 11 Feb 2006 21:13:14 -0800
Oh, yes... One last thing I forgot to say above (which was my primary
question; hehe) is: override and abstract in the same signature doesn't
make much sense to me. I mean, It's not like you can create an instance
of class "Derived" and assign it to a variable of type class Base, to
use in polymorphism, because it's abstract. I do, however, understand
if it was "new abstract" but, "override abstract"? what's up with that
confusing signature?
.
- Follow-Ups:
- Re: Inheritance question
- From: Jon Skeet [C# MVP]
- Re: Inheritance question
- References:
- Inheritance question
- From: relient
- Inheritance question
- Prev by Date: Re: getting a reference to a property of an object
- Next by Date: Hosting a web browser component in a C# winform
- Previous by thread: Inheritance question
- Next by thread: Re: Inheritance question
- Index(es):
Relevant Pages
|