C# 0 The Complete Reference


TwoDShape  class that makes  Width



Download 4,07 Mb.
Pdf ko'rish
bet362/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   358   359   360   361   362   363   364   365   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt

TwoDShape

 class that makes 



Width

 and 


Height

 into properties. 

In the process, it ensures that the values of 

Width

 and 


Height

 will be positive. This would 

allow you, for example, to specify the 

Width

 and 


Height

 using the coordinates of the shape 

in any quadrant of the Cartesian plane without having to first obtain their absolute values.

// Use public properties to set and get private members.

using System;

// A class for two-dimensional objects.

www.freepdf-books.com



274

 

P a r t   I :  



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

class TwoDShape {

  double pri_width;  // now private

  double pri_height; // now private

  // Properties for width and height.

  public double Width {

     get { return pri_width; }

     set { pri_width = value < 0 ? -value : value; }

  }

  public double Height {



     get { return pri_height; }

     set { pri_height = value < 0 ? -value : value; }

  }

  public void ShowDim() {



    Console.WriteLine("Width and height are " +

                       Width + " and " + Height);

  }

}

// A derived class of TwoDShape for triangles.



class Triangle : TwoDShape {

  public string Style; // style of triangle

  // Return area of triangle.

  public double Area() {

    return Width * Height / 2;

  }


  // Display a triangle's style.

  public void ShowStyle() {

    Console.WriteLine("Triangle is " + Style);

  }


}

class Shapes2 {

  static void Main() {

    Triangle t1 = new Triangle();

    Triangle t2 = new Triangle();

    t1.Width = 4.0;

    t1.Height = 4.0;

    t1.Style = "isosceles";

    t2.Width = 8.0;

    t2.Height = 12.0;

    t2.Style = "right";

    Console.WriteLine("Info for t1: ");

    t1.ShowStyle();

    t1.ShowDim();

    Console.WriteLine("Area is " + t1.Area());

www.freepdf-books.com




Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   358   359   360   361   362   363   364   365   ...   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