Created: 2023-01-26 14:01
Status: #concept
Subject: Programming Object-Oriented Programming
Tags: JavaScript Python Java

Method

Definition

A Function inside an Object, like an IIFE in JavaScript which retains the parent object's Lexical Scope - creating Closure with the this Keyword.

References