Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 273 Bytes

File metadata and controls

11 lines (10 loc) · 273 Bytes

In this repository was tried to create a example for every Object Oriented Programming (OOP) concepts. The repository consists of following OOP topics:

  • Class/Object
  • Encapsulation
  • Inheritance
  • Polymorphism
  • Interface
  • AbstractClass
  • Static
  • Enum (Enumeration)