tailieunhanh - Lecture CIS 190: C++ programming - Chapter 10: Inheritance

After studying this chapter you will be able to: Understand what is inherited, understand single inheritance, Understand multilevel inheritance, understand object relationships, understand what is inherited, handling access, overriding and homework and project. | CIS 190 C C Programming Lecture 10 Inheritance 1 Outline Code Reuse Object Relationships Inheritance What is Inherited Handling Access Overriding Homework and Project 2 Code Reuse important to successful coding efficient no need to reinvent the wheel error free more likely to be - code has been previously used test