Java I About the Tutorial



Download 1,04 Mb.
Pdf ko'rish
bet55/57
Sana06.01.2022
Hajmi1,04 Mb.
#324660
1   ...   49   50   51   52   53   54   55   56   57
Bog'liq
java tutorial

Creating an Object 

As mentioned previously, a class provides the blueprints for objects. So basically, an object 

is created from a class. In Java, the new keyword is used to create new objects.

 

There are three steps when creating an object from a class: 



 

Declaration: A variable declaration with a variable name with an object type. 

 

Instantiation: The 'new' keyword is used to create the object. 



 

Initialization: The 'new' keyword is followed by a call to a constructor. This call 

initializes the new object. 

 



Java 

 

18 



 

Following is an example of creating an object:

 

public class Puppy{ 



 

   public Puppy(String name){ 

      // This constructor has one parameter, name. 

      System.out.println("Passed Name is :" + name );  

   } 

    


   public static void main(String []args){ 

      // Following statement would create an object myPuppy 

      Puppy myPuppy = new Puppy( "tommy" ); 

   } 


If we compile and run the above program, then it will produce the following result:

 

Passed Name is :tommy 




Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   49   50   51   52   53   54   55   56   57




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