|
|
|
|
|
by lmm
208 days ago
|
|
> At any rate it's not a case of Java making more things objects than its forebears. There are other cases though. E.g. in C++ you could always have function pointers which were not objects and functions which were not methods. In Java you had to use instances of anonymous classes in place of function pointers, and all of your functions had to be (possibly static) methods. |
|