June 2004
Intermediate to advanced
848 pages
21h 28m
English
In a way, Object Oriented Programming (OOP) is a misnomer, as the fundamental things we're dealing with are classes. Perhaps it should have been called “Class-based Programming”, but it's too late to change now. So what's a class, and what's an object? There are several different ways of coming at this, and we'll try a couple of them. If you are already familiar with OOP, then just skim through the chapter to pick up the Java specifics. Be sureto visit the “What Is an Object?” section, which describes an object-oriented feature handled differently in Java (reference types).
To get a good understanding of OOP, you need to understand data types in procedural (non-OOP) languages. The idea of representing ...
Read now
Unlock full access