I'm probably a beginner to intermediate c# programmer.
I have a question about inheritance.
I know that
newclass : baseclass is simple inheritance, but if the person types:
newclass : baseclass<someotherclass>
what is that someotherclass, or rather what are they doing there?
I have a question about inheritance.
I know that
newclass : baseclass is simple inheritance, but if the person types:
newclass : baseclass<someotherclass>
what is that someotherclass, or rather what are they doing there?