SE701:multiple-dispatch.java: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 February 2008

  • curprev 19:4019:40, 15 February 2008 Mark talk contribs 789 bytes +789 New page: class multiple { static class A { void foo( B b ) { System.out.println( "foo called on A B" ); } void foobarbaz( SubB b ) { System.out.println( "foo ca...