posted 20 years ago
Absolutely possible -- just do it! I can't tell you exactly what to do, not having seen the code, but one class can create instances of another class and call its methods, or call the static methods of that class directly, just as you create objects of API classes and call their methods. You can even call "main":