Skip to Content
Absolute Beginner's Guide to Programming, Third Edition
book

Absolute Beginner's Guide to Programming, Third Edition

by Greg Perry
November 2002
Beginner content levelBeginner
432 pages
11h 44m
English
Que
Content preview from Absolute Beginner's Guide to Programming, Third Edition

Object Terminology

OOP is laden with terminology that seems daunting at first. The actual implementation of OOP is fairly easy to understand, but to prepare you for the terms ahead, take a moment to study the following OOP-related characteristics:

  • abstraction— The internals of an object do not always have to be known by the programmer to use an object.

  • class— The definition of a related group of objects.

  • inheritance— The capability to create a new class of objects from an existing class. Inheritance enables you to create new objects with behaviors and characteristics based on existing objects and classes.

  • message— A command that acts on specific objects, as opposed to language commands that are not tied to specific objects.

  • object— A collection

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Absolute Beginner's Guide to Programming, Second Edition

Absolute Beginner's Guide to Programming, Second Edition

Greg Perry

Publisher Resources

ISBN: 0789729059Purchase book