Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #ifndef PROSTOKAT_H_INCLUDED
  2. #define PROSTOKAT_H_INCLUDED
  3.  
  4. class Prostokat : public Figura
  5. {
  6. private:
  7. int bok1;
  8. int bok2;
  9. public:
  10. Pole(bok1,bok2);
  11. Obwod(bok1,bok2);
  12. };
  13.  
  14. #endif // PROSTOKAT_H_INCLUDED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement