How do I avoid creating copies of the base class when inheriting? C++

前端 未结 0 873
孤独总比滥情好
孤独总比滥情好 2020-12-10 02:18

I have a "Database" class that has a map that stores users. There is also an "Auth" class that inherits from "Database" and gets a map of users

相关标签:
回答
  • 消灭零回复
提交回复
热议问题