Advertisement
wavec022

object oriented notes

Feb 7th, 2020
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Object Oriented Programming
  2.  
  3. Student std = new Student()
  4. this is an instance of a class
  5.  
  6. inheritance vs subtyping
  7. inheritance says you must add this crap in there
  8. subtyping just says this is one of those other things
  9.  
  10. dynamic polymorphism
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement