+ 3
the basic syntax is class_name.method_name (); for example lets say you have a class called Dog, with a method called bark. to call the bark method: Dog.bark ();
8th Apr 2017, 6:10 PM
Edward