Search results for query: *

  1. A

    Question Inheritance in Classes and Extending Subs

    Thanks! Haha took me a bit to figure out that MyBase was an actual keyword and not you just referring to the base class. that was probably my problem with the tutorials as well. Thank you for all the help!
  2. A

    Question Inheritance in Classes and Extending Subs

    Still Trouble Thanks for the help both of you... but I can't get what you're saying to work. I've looked up a ton of tutorials on the override function, but still don't understand it. so to my understanding what should happen in the code I have now is upon running my object.createenemy sub. the...
  3. A

    Question Inheritance in Classes and Extending Subs

    Hi, I've been wondering if there is anyway to extend a sub of a base class in a derived class or subclass. To date, the only thing I've been able to find is overrides and overloads functions, but to my understanding these functions just ignore your base class's sub and just allows you to run the...
Back
Top