Can I make an indirect call to an object's method, using a pointer or a procedural type?
Yes, but you'll need to make aggressive use of casting, and to have a bit of background on just what a method call is. While method calls look and act very differently than normal calls