Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 518 Bytes

File metadata and controls

10 lines (7 loc) · 518 Bytes

Pure OOP

A pure implementation of the Object-Oriented Paradigm in just one function. The solution uses functional abstraction, closures, and dictionaries.

Implemented features:

  • encapsulation, polymorphism, inheritance
  • class attributes and class methods

This design is inspired by the OOP implementation by John DeNero and Perl's language native Object model.