Which of the following is not a member of System.Object?

A)Instance equals
b)Static Equals
c)Instance referenceequals
d)Instance Gettype

Questions by musclebai   answers by musclebai

Showing Answers 1 - 15 of 15 Answers

sandeepkrs

  • Mar 17th, 2008
 

ANSWER: b)Static Equals

Equals is an instance method of Object Class. This class has two static methods - Finalize() and MemberwiseClone().

  Was this answer useful?  Yes

instance ReferenceEquals is not a memeber of Syste.Object.

referenceEquals is static method of System.Object,so its not instance type in nature.

  Was this answer useful?  Yes

LordAlex

  • Nov 5th, 2011
 

Instance equals - because Object has instance Equals

Instance referenceequals - because Object has static ReferenceEquals

Instance Gettype - because Object has instance GetType

  Was this answer useful?  Yes

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