Assuming I have something like this
class Food { public: Food(); int getprice(); protected: int price; } class Hamburger {