S
sahel
hi all .
i inheritance a class from IComparable but
class employee : IComparable // has error*******
{
public int CompreTo(object obj)
{
}
}
but it has an error : 'employee' does not implement interface member
'System.IComparable.CompareTo(object)'
i inheritance a class from IComparable but
class employee : IComparable // has error*******
{
public int CompreTo(object obj)
{
}
}
but it has an error : 'employee' does not implement interface member
'System.IComparable.CompareTo(object)'