Q. 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);
πŸ’¬ Discuss
βœ… Correct Answer: (D) o.m(x,y);

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
208
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Indresh Gehalot
Publisher
πŸ“ˆ
98%
Success Rate