Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #pragma once
- #include "Bee.h"
- class Queen: public Bee
- {
- private:
- public:
- Queen(std::string name,std::string job);
- void DoJob();
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement