Search results for query: *

  • Users: gamalima
  • Content: Threads
  • Order by date
  1. 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