Q. What is the syntax to override the + operator for class A? (A) int +(arguments){} (B) int [+](arguments){} (C) A operator+(arguments){} (D) A operator[+](arguments){} ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) A operator+(arguments){}