C# 0 The Complete Reference



Download 4,07 Mb.
Pdf ko'rish
bet995/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   991   992   993   994   995   996   997   998   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt

ArgumentException

 if the type of 



obj

 is not compatible for comparison with the 

invoking object.

Here is an example that shows how to implement 



IComparable

. It adds 



IComparable

to the 


Inventory

 class developed in the preceding section. It implements 



CompareTo( )

 so 


that it compares the 

name

 field, thus enabling the inventory to be sorted by name. By 

implementing

IComparable

, it allows a collection of 



Inventory

 objects to be sorted, as the 

program illustrates.

// Implement IComparable.

using System;

using System.Collections;

// Implement the non-generic IComparable interface.

class Inventory : IComparable {

  string name;

  double cost;

  int onhand;

  public Inventory(string n, double c, int h) {

    name = n;

    cost = c;

    onhand = h;

  }


  public override string ToString() {

    return

      String.Format("{0,-10}Cost: {1,6:C}  On hand: {2}",

                    name, cost, onhand);

  }

  // Implement the IComparable interface.



  public int CompareTo(object obj) {

    Inventory b;

    b = (Inventory) obj;

www.freepdf-books.com




Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   991   992   993   994   995   996   997   998   ...   1096




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish