Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.