C# 0 The Complete Reference



Download 4,07 Mb.
Pdf ko'rish
bet198/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   194   195   196   197   198   199   200   201   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt

The this Keyword

Before concluding this chapter, it is necessary to introduce 



this

. When a method is called, 

it is automatically passed a reference to the invoking object (that is, the object on which the 

method is called). This reference is called 



this

. Therefore, 



this

 refers to the object on which 

the method is acting. To understand 

this

, first consider a program that creates a class called 



Rect

 that encapsulates the width and height of a rectangle and that includes a method 

called

Area( )

 that returns its area.

using System;

class Rect {

  public int Width;

  public int Height;

  public Rect(int w, int h) {

    Width = w;

    Height = h;

  }


  public int Area() {

www.freepdf-books.com




134

 

P a r t   I :  



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

    return Width * Height;

  }

}

class UseRect {



  static void Main() {

    Rect r1 = new Rect(4, 5);

    Rect r2 = new Rect(7, 9);

    Console.WriteLine("Area of r1: " + r1.Area());

    Console.WriteLine("Area of r2: " + r2.Area());

  }


}

As you know, within a method, the other members of a class can be accessed directly, 

without any object or class qualification. Thus, inside 

Area( )

, the statement

return Width * Height;

means that the copies of 




Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   194   195   196   197   198   199   200   201   ...   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