Why is operator overloading needed here?

Why is operator overloading needed here?

hello @anish_khare

compiler dont know how to compare two student objects, so its user responsibiltiy to define explicitly how to compare them , that is why we are overloading == operator .

at the time of searching, comaprision between two students will be required so there == (overloaded function) will be used.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.