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

Summary

You cannot master OOP with C++ in one chapter, but you've already learned the fundamentals of how C++ works. At its most basic level, the C++ language offers improvements over C even if you don't use object-oriented programming. Nevertheless, when you begin to use OOP, you will learn to create classes that define objects that seem to take on lives of their own. The objects understand how to perform some duties based on their member functions, and you can extend the objects through inheritance to derive new classes that you can use later.

  • OOP increases your flexibility because objects take on a life of their own and decrease programming time.

  • The object's class determines which properties the object contains.

  • By reusing objects, you reduce ...

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