Sail E0 Webinar
Question
Which is an equivalent code to invoke a function m of class o that expects two arguments x and y?
Options:
A .  o(x,y);
B .  o.m(x) && o.m(y);
C .  m(x,y);
D .  o.m(x,y);
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers