C# 0 The Complete Reference


PART I C h a p t e r   1 6



Download 4,07 Mb.
Pdf ko'rish
bet560/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   556   557   558   559   560   561   562   563   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt


PART I

C h a p t e r   1 6 :  

  N a m e s p a c e s ,   t h e   P r e p r o c e s s o r ,   a n d   A s s e m b l i e s  

445


PART IPART I

// Here is one Counter namespace.

namespace Counter {

  // A simple countdown counter.

  class CountDown {

    int val;

    public CountDown(int n) {

      val = n;

    }

    public void Reset(int n) {



      val = n;

    }


    public int Count() {

      if(val > 0) return val--;

      else return 0;

    }


  }

}

// Here is another Counter namespace.



namespace Counter {

  // A simple count-up counter.

  class CountUp {

    int val;

    int target;

    public int Target {

      get{

        return target;

      }

    }


    public CountUp(int n) {

      target = n;

      val = 0;

    }


    public void Reset(int n) {

      target = n;

      val = 0;

    }


    public int Count() {

      if(val < target) return val++;

      else return target;

    }


  }

}

class NSDemo5 {



  static void Main() {

    CountDown cd = new CountDown(10);

www.freepdf-books.com



446

 

P a r t   I :  



T h e   C #   L a n g u a g e

    CountUp cu = new CountUp(8);

    int i;

    do {


      i = cd.Count();

      Console.Write(i + " ");

    } while(i > 0);

    Console.WriteLine();

    do {

      i = cu.Count();

      Console.Write(i + " ");

    } while(i < cu.Target);

  }

}

This program produces the following output:



10 9 8 7 6 5 4 3 2 1 0

0 1 2 3 4 5 6 7 8

Notice one other thing: The directive

using Counter;

brings into view the entire contents of the 


Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   556   557   558   559   560   561   562   563   ...   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