top of page

~Product Programming Skills (Object-Oriented Programming)~

  • Writer: Archie
    Archie
  • Apr 5, 2019
  • 1 min read

Object-oriented programming consists of 'objects' and allows for ploymorphism, inheritance and encapsulation into programming. It also ensures that data that functions operate can only be accessed by that very function and no outside data.


Objects are 'run-time' entities and are instances of a class.

Comments


bottom of page