G
gwoodhouse
Good Morning,
Ive been programming in c# for a few months now, and one of the things
i havnt quite figured out is this:
I would like to have inherited classes with their own set of
variables. I would like to use an inherited method, but instead of
using the base's variables, i want the application to instead use the
inherited methods values.
Now i've played around with the "this" keyword but havn't gotten very
far - It's also one of those problems i find it hard to google!
Hopefully someone could help me out with this?
Thanks in advance!
Graeme Woodhouse
Ive been programming in c# for a few months now, and one of the things
i havnt quite figured out is this:
I would like to have inherited classes with their own set of
variables. I would like to use an inherited method, but instead of
using the base's variables, i want the application to instead use the
inherited methods values.
Now i've played around with the "this" keyword but havn't gotten very
far - It's also one of those problems i find it hard to google!
Hopefully someone could help me out with this?
Thanks in advance!
Graeme Woodhouse
