Skip to Main Content
C++ Primer, Fourth Edition
book

C++ Primer, Fourth Edition

by Stanley B. Lippman, Josée Lajoie, Barbara E. Moo
February 2005
Intermediate to advanced content levelIntermediate to advanced
912 pages
25h 26m
English
Addison-Wesley Professional
Content preview from C++ Primer, Fourth Edition

Chapter 15. Object-Oriented Programming

CONTENTS

Section 15.1 OOP: An Overview 558

Section 15.2 Defining Base and Derived Classes 560

Section 15.3 Conversions and Inheritance 577

Section 15.4 Constructors and Copy Control 580

Section 15.5 Class Scope under Inheritance 590

Section 15.6 Pure Virtual Functions 595

Section 15.7 Containers and Inheritance 597

Section 15.8 Handle Classes and Inheritance 598

Section 15.9 Text Queries Revisited 607

Chapter Summary 621

Defined Terms 621

Object-oriented programming is based on three fundamental concepts: data abstraction, inheritance, and dynamic binding. In C++ we use classes for data abstraction and class derivation to inherit one class from another: A derived class inherits the members of its base ...

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

C++ Primer, Fifth Edition

C++ Primer, Fifth Edition

Stanley B. Lippman, Josée Lajoie, Barbara E. Moo
Advanced C++

Advanced C++

Gazihan Alankus, Olena Lizina, Rakesh Mane, Vivek Nagarajan, Brian Price

Publisher Resources

ISBN: 0201721481Purchase book