Next: A simple program
Up: Physics 2101 - Scientific
Previous: Inheritance
Contents
Index
Java
Java, available at http://java.sun.com/, was
developed with the intent of providing a more user-friendly
interface to object-oriented programming than C++.
The basic constructs - variables, loops, and conditionals -
are similar to C/C++, and so will not be repeated here.
Subsections