
Passing a Method to Another Class to be Called By That Class
Question: Is it possible to pass a method to another class,so that method can be called by that class at a later date?For example, in C you can pass an event handler to afunction, and that handler can be later called by that function if aspecific event occurs. Answer: This