Search results for query: *

  1. G

    Inheriting Methods

    There are several other methods and variables that I do want it to inherit, but your question did make me realize that I'm going about it the wrong way. The best solution, at least the way I see it now, would be to take both the current base class and the derived class and make them both...
  2. G

    Inheriting Methods

    I have one class that inherits another class. The base class has some private variables, but it also has public methods that access those variables. Is there anyway that I could make it so those methods aren't inherited, while at the same time, keeping them accessable? Here's an example, in...
Back
Top