03-02-2011, 07:03 PM
Hey everyone,
I have a question about inheritance. If a new class has inherited from a RTP (or standard) class, it gets all the methods, so I believe...
However, if I just want to add to that method, do I have to define it again and list only the additions? or define it and list the entire method + additions? or am I supposed to alias it and just add the additions? (basically, I know what alias is supposed to do, but no real clue how to use it yet.)
for example
I have a question about inheritance. If a new class has inherited from a RTP (or standard) class, it gets all the methods, so I believe...
However, if I just want to add to that method, do I have to define it again and list only the additions? or define it and list the entire method + additions? or am I supposed to alias it and just add the additions? (basically, I know what alias is supposed to do, but no real clue how to use it yet.)
for example
Im such a noob at this...