Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. D2* d2 = new D2();
  2. Base* b = d2;
  3.  
  4. class D2:
  5. 0x0000 Attributes of Base
  6. ...
  7. 0x0010 Attirbutes of D1
  8. ...
  9. 0x0020 Attributes of D2
  10. ...
  11.  
  12. class A:
  13. 0x0000 Attributes of UserData
  14. ...
  15. 0x0010 Attributes of Base
  16. ...
  17. 0x0020 Attributes of A
  18. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement