vbvb ([personal profile] vbvb) wrote2006-10-30 08:37 am

(no subject)

Вместо того, чтобы работать занимался написанием dynamically dispatched methods in Java.

Like
Object o = "string";
do(o);

public void do(Object o) { dispatch(this, "do", o); }
public void do(String s) { .. }
public void do(Integer i) { .. }

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting