Quick Software Development Using OOP
摘要
You have studied OOP basic principles and how to use these concepts to quickly model and implement software solutions for online shopping, gaming, and smart applications. This chapter explores inheritance approaches to reuse code and save development time. Using C++, you learn how to write reusable code to reduce software development time and avoid redundant code to prevent inconsistent code.