OO Techniques in Java
l The fundamentals of OO programming in Java
are identical to C++
See Makoto’s talks at this School.
l We will only discuss differences between Java
and C++.
Java Interfaces and Adaptors
Inner Classes and Anonymous Inner Classes
Dynamic class loading
Reflection
Threads
13