wavec022

wpr recap

Mar 4th, 2020
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. OOP Stuff
  2.  
  3. Inheritance: Inherit all fields and methods
  4.  
  5. Subtyping: "is-a"
  6.  
  7. Dynamic Polymorphism: whenever a supertype is expected a subtype can be passed and its method called
Add Comment
Please, Sign In to add comment