top of page

~Product Programming Skills (Object-Oriented Programming)~

Writer's picture: ArchieArchie

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.

3 views0 comments

Comments


bottom of page