to do this, need to declare the method (Function/Task) with an externkeyword in the class body along with any qualifiers (local, protected or virtual) full argument list The extern qualifier indicates that the body of the method (its implementation) is to be found outside the class decl...