C# 0 The Complete Reference


PART I C h a p t e r   8



Download 4,07 Mb.
Pdf ko'rish
bet238/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   234   235   236   237   238   239   240   241   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt


PART I

C h a p t e r   8 :  

A   C l o s e r   L o o k   a t   M e t h o d s   a n d   C l a s s e s  

169


PART IPART I

  public char Pop() {

    if(tos==0) {

      Console.WriteLine(" -- Stack is empty.");

      return (char) 0;

    }


    tos--;

    return stck[tos];

  }

  // Return true if the stack is full.



  public bool IsFull() {

    return tos==stck.Length;

  }

  // Return true if the stack is empty.



  public bool IsEmpty() {

    return tos==0;

  }

  // Return total capacity of the stack.



  public int Capacity() {

    return stck.Length;

  }

  // Return number of objects currently on the stack.



  public int GetNum() {

    return tos;

  }

}

Let’s examine this class closely. The 



Stack

 class begins by declaring these two instance 

variables:

// These members are private.

char[] stck; // holds the stack

int tos;     // index of the top of the stack

The

stck

 array provides the underlying storage for the stack, which in this case holds 

characters. Notice that no array is allocated. The allocation of the actual array is handled 

by the 



Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   234   235   236   237   238   239   240   241   ...   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