Which is an equivalent code to invoke a function m of class o that expects two arguments x and y?
A.o(x,y);
B.o.m(x) && o.m(y);
C.m(x,y);
D.o.m(x,y);
Answers
Answered by
0
option C is the right answer
Hope you got ur ans
thanks
Hope you got ur ans
thanks
Similar questions
Hindi,
6 months ago
Physics,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
English,
1 year ago
Science,
1 year ago
Math,
1 year ago