About this document
Object-Oriented Programming Essentials by Mario Mihaila is a document available to read on EtoBox.
This document provides an overview of object-oriented programming and design. It discusses classical inheritance using classes and prototypal inheritance using prototypes in JavaScript. Classical inheritance uses classes to create objects, where subclasses inherit properties from parent classes. Prototypal inheritance creates objects from other objects by copying or extending prototypes without using classes. The document also covers unit testing functionality of object-oriented programs.
- Author
- Mario Mihaila
- Language
- EN