C# 0 The Complete Reference


PART I C h a p t e r   8



Download 4,07 Mb.
Pdf ko'rish
bet269/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   265   266   267   268   269   270   271   272   ...   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  

197


PART IPART I

    Console.WriteLine();

    Console.Write("Contents of stk2: ");

    while ( !stk2.IsEmpty() ) {

      ch = stk2.Pop();

      Console.Write(ch);

    }

    Console.WriteLine("\n");



  }

}

The output is shown here:



Push A through J onto stk1.

Contents of stk1: JIHGFEDCBA

Contents of stk2: JIHGFEDCBA

In

StackDemo

, the first stack, 

stk1

, is constructed and filled with characters. This stack is 

then used to construct the second stack, 

stk2

. This causes the following 



Stack

 constructor 

to be executed:

// Construct a Stack from a stack.

public Stack(Stack ob) {

  // Allocate memory for stack.

  stck = new char[ob.stck.Length];

  // Copy elements to new stack.

  for(int i=0; i < ob.tos; i++)

    stck[i] = ob.stck[i];

  // Set tos for new stack.

  tos = ob.tos;

}

Inside this constructor, an array is allocated that is long enough to hold the elements 



contained in the stack passed in 


Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   265   266   267   268   269   270   271   272   ...   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