SE450: Basics: Object-Oriented? [26/63] |
Curious fact: in a java program, there is no direct way to describe an object.
Java is class-based.
Most OO-languages are class based -- descendents of simula and smalltalk.
Prototype-based languages work differently.