blah blah blah is here! blah blah » Close

1
votes
3 answers

C# Override Method

I am very new to C# and am needing to know something about overriding a base class method. The only difference that will be with the base class and derived class method, is that a constant is setting the base class number for a property. Th ...

Feedback