RSS feed
[root]
/
testable
/
c02
/
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
Testable
//: c02:testable:Testable.java package c02.testable; public class Testable { private void f1() {} void f2() {} // "Friendly": package access protected void f3() {} // Also package access public void f4() {} } ///:~
(google search)
(amazon search)
1
2
3
second
download zip of files only
Prev
Next