Guest User

Untitled

a guest
Jan 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. class class1 {
  2. public:
  3. class1(int x);
  4.  
  5. };
  6.  
  7. class class2 : public class1 {
  8. }
  9.  
  10. class2 my_class2(10);
Add Comment
Please, Sign In to add comment