Q. Is `object::staticMethod` a valid method reference? (A) Yes (B) No (C) Only if the method is overloaded (D) Only if the method is private ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) No Explanation: Static methods must be referenced by class name, not object name.