home *** CD-ROM | disk | FTP | other *** search
/ Borland JBuilder 6 / jbuilder6.iso / Documents / JAVA Programming / examples / 07 / B.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-09-08  |  449 b   |  7 lines

  1. // $FF: renamed from: B
  2. class class_0 extends A {
  3.    void callme() {
  4.       System.out.println("Inside B's callme method");
  5.    }
  6. }
  7.