Solved

What Interface in C# Contains the Definition for the CompareTo()

Question 20

Multiple Choice

What interface in C# contains the definition for the CompareTo() method that compares one object to another and returns an integer?


A) IComparable
B) Comparable
C) ICompareTo
D) CompareTo

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions