Tell me how comparison of objects is done in PHP5?

Submitted by: Muhammad
We use the operator ‘==' to test is two object are instanced from the same class and have same attributes and equal values. We can test if two object are refering to the same instance of the same class by the use of the identity operator ‘==='.
Submitted by: Muhammad

Read Online Junior Developer PHP Job Interview Questions And Answers