Methods are invoked using the name of the calling object and the method name as follows:

Methods are invoked using the name of the calling object and the method name as follows:



Answer: classVar.myMethod();


Learn More :