<body> <body>

Written on Monday, February 18, 2008 @ 5:49 AM

Okays, Lets start the post with some codings hahahaha!

public class clothing {
String ID, Desc;
char Colour_code;
double price;


public void displayInfo(){
System.out.println("Product ID;" + ID);
System.out.println("Description: " +Desc);
System.out.println("Colour_code:" +Colour_code);
System.out.println("Price:" +price);
}
}

class Shirt extends clothing{
char size;


public void setShirtInfo(){
ID="0001";
Desc ="T-Shirt";
Colour_code= 'T';
size = 'M';
price = 23.75;

}
public void displayShirtInfo(){
displayInfo();
System.out.println("Size:" +size);
System.out.println();
}

}
class testClothing{
public static void main(String [] args){

Shirt s1 = new Shirt();
s1.setShirtInfo();
s1.displayShirtInfo();


Pants p1 = new Pants();
p1.setPantsInfo();
p1.displayPantsInfo();


}
}
class Pants extends clothing{
String length;


public void setPantsInfo(){
ID="0002";
Desc ="Jeans";
Colour_code= 'A';
length = "32";
price = 43.75;

}
public void displayPantsInfo(){
displayInfo();
System.out.println("length:" +length);
System.out.println();
}

}



bleah!


Todays BM was fun man. i Love DM..er i mean BM hahaha. so fun cleaning the house of God and fellowships!

something within me

Something Within Me

LHR, Hong Rui,
EVPS PRSS ITE Tamp PGSM
4/2, 5/2 6/2, 1e2,2e2,3e4 ,4e4, IT1C, IT2Q
a child of God Since
231207
hoGc
I love God
Him.
130108
Songs
Games.
Sports!
Friends.
Family


Connections
x[5^^Gene^^5]x
x[5^^hanz^^5]x
x[5^^Magnum^^5]x
x[5^^ahXiang^^5]x
x[5^^Zul Fadli^^5]x
x[5^^tressa^^5]x
x[5^^Kenneth^^5]x
x[5^^Lambert!^^5]x
x[5^^MrSC^^5]x
x[5^^MrTehHaoYang^^5]x
x[5^^JingFen^^5]x
x[5^^PeiFen^^5]x
x[5^^PeiJun^^5]x
x[5^^ValerIe Cheong.^^5]x
x[5^^Nic^^5]x
x[5^^CarLo^^5]x
x[5^^MeiYan^^5]x
x[5^^Ranford-fordster^^5]x
x[5^^ShirleneAhMei^^5]x
x[5^^BenKJ^^5]x
x[5^^YanG^^5]x
x[5^^MING HAN^^5]x
x[5^^Benedict^^5]x
x[5^^Zheng Hui^^5]x
x[5^^auntie Zhilin x=^^5]x
x[5^^MooMoo Yin x=^^5]x
x[5^^Jasimine^^5]x
x[5^^Funggus^^5]x
x[5^^Choon kai (JUSTDOIT)^^5]x
x[5^^Ken^^5]x
x[5^^Ken^^5]x



Secrets

Put your Cbox or Flashbox code here. Try to keep it within 190 / 200 px.

<

br> Free Counters
Free Counters

Past

August 2005
September 2005
November 2005
May 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
July 2008
August 2008
September 2008
October 2008
November 2008
December 2008
January 2009
February 2009
March 2009
April 2009
May 2009
July 2009


Credits

Skin and Layout: The Reckless Apple
Brushes: MikoBrush*, Aethereality
Progam: Photoshop
Others:
Blogskins, Blogspot
Image Uploading: Photobucket

*Sorry about the no-link, but I forgot the site. Well, the brush is labelled as MikoBrush 11 so I just put Mikobrush there.


The Rest Of Me

Just added this for the fun. If you would like it removed, just remove everything from "< div" to "< br >"


innerHTML" style="cursor: crosshair" onMouseOut="this.style.textDecoration='none';this.style.color='#cc99ff'