Skip to content

Instantly share code, notes, and snippets.

View aribrilliantsyah's full-sized avatar

Ari Ardiansyah aribrilliantsyah

View GitHub Profile

Overview

Object Oriented Programming is an paradigm of programming, in a nutshell, it is a style to code. Just like a poem, you have a style on making it.

Goals

  • You know what OOP is.
  • You know what class declaration is.
  • You know all of the OOP's Pillar.
  • You understand about the abstraction concept.
  • You understand about the encapsulation concept.