Java I About the Tutorial


Accessing Instance Variables and Methods



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

Accessing Instance Variables and Methods 

Instance variables and methods are accessed via created objects. To access an instance 

variable, following is the fully qualified path:

 

/* First create an object */ 



ObjectReference = new Constructor(); 

 

/* Now call a variable as follows */ 



ObjectReference.variableName; 

 

/* Now you can call a class method as follows */ 



ObjectReference.MethodName(); 

 

 

 

 

 


Java 

 

19 



 

Example 

This example explains how to access instance variables and methods of a class.

 

public class Puppy{ 



    

   int puppyAge

 

   public Puppy(String name){ 



      // This constructor has one parameter, name. 

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

   } 

    


   public void setAge( int age ){ 

       puppyAge = age; 

   } 

 

   public int getAge( ){ 



       System.out.println("Puppy's age is :" + puppyAge );  

       return puppyAge

   } 

    


   public static void main(String []args){ 

      /* Object creation */ 

      Puppy myPuppy = new Puppy( "tommy" ); 

 

      /* Call class method to set puppy's age */ 



      myPuppy.setAge( 2 ); 

 

      /* Call another class method to get puppy's age */ 



      myPuppy.getAge( ); 

 

      /* You can access instance variable as follows as well */ 



      System.out.println("Variable Value :" + myPuppy.puppyAge );  

   } 


 

 




Java 

 

20 



 

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

 

Name chosen is :tommy 



Puppy's age is :2 

Variable Value :2 




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