FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
Java
Email
Print
Reprint

add to:
Del.icio.us
Digg
Google
Furl
Slashdot
Y! MyWeb
Blink
July 01, 2001

What is Moka?

(Page 3 of 5)
Jul01: Java Q&A


void performer(Offset) (CodaTerminal *left, CodaTerminal *right);
void perform(Offset, CodaInteger) (CodaInteger *left, CodaInteger *right) {
    left->value += right->value;
}
    void perform(Offset, Point) (Point *left, Point *right) {
      left->x += right->x;
      left->y += right->y;
    }

Example 2: Types CodaInteger and Point.

Previous Page | 1 | 2 | 3 | 4 | 5 Next Page
TOP 5 ARTICLES
No Top Articles.



MICROSITES
FEATURED TOPIC

ADDITIONAL TOPICS

INFO-LINK