I have created a class that extends another class that I need. Once I have started getting close to being done, I see that I also need to use an autoincrement method that is in another class. From what I understand you can only extend one class. How can I access that other method without extending that class? Is this possible?