错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Start Learning OOP Using C++

  • Anil Kumar Rangisetti

摘要

Chapter 1 discussed OOP principles and concepts for modeling various real-world problem solutions. As part of designing software solutions for online shopping, gaming, and smart applications, you learned how OOP concepts such as classes and objects are helpful to easily map their real-world problems space entities such as customers, items, players, animals, guns, and sensors into software. This chapter teaches C++ programming constructs to easily implement real-world entities and their activities, tasks, transactions, and operations.