- Expert C++
- Vardan Grigoryan Shunguang Wu
- 68字
- 2025-04-04 13:09:42
Questions
- What are the three properties of objects?
- What's the advantage of moving objects instead of copying them?
- What's the difference between structs and classes in C++?
- What's the difference between aggregation and composition relations?
- What's the difference between private and protected inheritance?
- How is the size of the class affected if we define a virtual function in it?
- What's the point of using the Singleton design pattern?