RSS feed
[root]
/
trash
/
c12
/
code
/
TI Pattern
/
software design
/
document
login:
password:
title search:
Search this site
Enter your search terms
Web
www.carfield.com.hk
Submit search form
Prev
Next
Wed Dec 26 16:00:00 GMT 2001
Cardboard
//: c12:trash:Cardboard.java // The Cardboard class with prototyping. package c12.trash; public class Cardboard extends Trash { private static double val = 0.23f; public Cardboard(double wt) { super(wt); } public double getValue() { return val; } public static void setValue(double newVal) { val = newVal; } } ///:~
(google search)
(amazon search)
1
2
3
second
download zip of files only
Prev
Next