1
Reply

Which methods of System.Object class can be overridden?

Renu Agarwal

Renu Agarwal

9y
322
0
Reply
    The following methods of System.Object class can be overridden: 1. GetHashCode() 2. ToString() 3. Equals()