Which of the member is not a member of Object

A) Equals ( )
B) GetType ( )
C) ToString ( )
D) Parse( )

Showing Answers 1 - 7 of 7 Answers

s

  • Feb 15th, 2006
 

no, the answer is not Equals(). it is Parse.

the methods of System.Object are as follows:

ToString(),GetHashTable(),Equals(),ReferanceEquals(),GetType(),MemberWiseClone(),Finalise().

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions