SE450: Basics: Object-Oriented? [26/63] Previous pageContentsNext page

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.

Previous pageContentsNext page