Table of Contents
3 relations: Function (computer programming), Object (computer science), Object-oriented programming.
Function (computer programming)
In computer programming, a function, procedure, method, subroutine, routine, or subprogram is a callable unit of software logic that has a well-defined interface and behavior and can be invoked multiple times.
See Allocation site and Function (computer programming)
Object (computer science)
In computer science, an object is a programming element that has state, has associated operations and is accessed via an identifier. Allocation site and object (computer science) are object-oriented programming.
See Allocation site and Object (computer science)
Object-oriented programming
Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code: data in the form of fields (often known as attributes or properties), and code in the form of procedures (often known as methods).
See Allocation site and Object-oriented programming

