I started learning Programming Java again.study of OOP(Object - TopicsExpress



          

I started learning Programming Java again.study of OOP(Object Oriented Programming) it show about using class,object...... -CODE study java II first day: //Class usage class Plane{ public int wheel; public int seat; public String color; public String flyNumber; } //Class run public class TestPlane{ public static voice main(String args[]){ Plane myPlane = new Plane(); myPlane.wheel=3; myPlane.seat=2; myPlane.color=Red; myPlane.flyNumber=001A; /*Print Result*/ System.out.println(Wheel :+myPlane.wheel); System.out.println(Seat :+myPlane.seat); System.out.println(Color :+myPlane.color); System.out.println(Fly Number :+myPlane.flyNumber) } } -RESULT OF CODE: Wheel : 3 Seat : 2 Color : Red Fly Number : 001A Thanks anyone watched and support in my wrote By Meseft and share by https://facebook/pages/Meseft/248120625379004
Posted on: Fri, 03 Oct 2014 05:41:06 +0000

Trending Topics



Recently Viewed Topics




© 2015