Q. What is the correct syntax to call a method named "myMethod" from an object "myObject"?
β
Correct Answer: (A)
myObject.myMethod();
You must be Logged in to update hint/solution