Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Android™ device!
Install
Faster access than browser!
 

Mediator pattern and Object-oriented programming

Shortcuts: Differences, Similarities, Jaccard Similarity Coefficient, References.

Difference between Mediator pattern and Object-oriented programming

Mediator pattern vs. Object-oriented programming

In software engineering, the mediator pattern defines an object that encapsulates how a set of objects interact. Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods. A feature of objects is that an object's procedures can access and often modify the data fields of the object with which they are associated (objects have a notion of "this" or "self").

Similarities between Mediator pattern and Object-oriented programming

Mediator pattern and Object-oriented programming have 8 things in common (in Unionpedia): Behavioral pattern, Class (computer programming), Code refactoring, Coupling (computer programming), Design Patterns, Software design pattern, Software maintenance, Unified Modeling Language.

Behavioral pattern

In software engineering, behavioral design patterns are design patterns that identify common communication patterns between objects and realize these patterns.

Behavioral pattern and Mediator pattern · Behavioral pattern and Object-oriented programming · See more »

Class (computer programming)

In object-oriented programming, a class is an extensible program-code-template for creating objects, providing initial values for state (member variables) and implementations of behavior (member functions or methods).

Class (computer programming) and Mediator pattern · Class (computer programming) and Object-oriented programming · See more »

Code refactoring

Code refactoring is the process of restructuring existing computer code—changing the factoring—without changing its external behavior.

Code refactoring and Mediator pattern · Code refactoring and Object-oriented programming · See more »

Coupling (computer programming)

In software engineering, coupling is the degree of interdependence between software modules; a measure of how closely connected two routines or modules are;ISO/IEC/IEEE 24765:2010 Systems and software engineering — Vocabulary the strength of the relationships between modules.

Coupling (computer programming) and Mediator pattern · Coupling (computer programming) and Object-oriented programming · See more »

Design Patterns

Design Patterns: Elements of Reusable Object-Oriented Software is a software engineering book describing software design patterns.

Design Patterns and Mediator pattern · Design Patterns and Object-oriented programming · See more »

Software design pattern

In software engineering, a software design pattern is a general, reusable solution to a commonly occurring problem within a given context in software design.

Mediator pattern and Software design pattern · Object-oriented programming and Software design pattern · See more »

Software maintenance

Software maintenance in software engineering is the modification of a software product after delivery to correct faults, to improve performance or other attributes.

Mediator pattern and Software maintenance · Object-oriented programming and Software maintenance · See more »

Unified Modeling Language

The Unified Modeling Language (UML) is a general-purpose, developmental, modeling language in the field of software engineering, that is intended to provide a standard way to visualize the design of a system.

Mediator pattern and Unified Modeling Language · Object-oriented programming and Unified Modeling Language · See more »

The list above answers the following questions

Mediator pattern and Object-oriented programming Comparison

Mediator pattern has 15 relations, while Object-oriented programming has 286. As they have in common 8, the Jaccard index is 2.66% = 8 / (15 + 286).

References

This article shows the relationship between Mediator pattern and Object-oriented programming. To access each article from which the information was extracted, please visit:

Hey! We are on Facebook now! »