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

Modular programming and Object-oriented programming

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

Difference between Modular programming and Object-oriented programming

Modular programming vs. Object-oriented programming

Modular programming is a software design technique that emphasizes separating the functionality of a programme into independent, interchangeable modules, such that each contains everything necessary to execute only one aspect of the desired functionality. 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 Modular programming and Object-oriented programming

Modular programming and Object-oriented programming have 38 things in common (in Unionpedia): Ada (programming language), ALGOL, C (programming language), C Sharp (programming language), C++, Clojure, COBOL, Code reuse, Compiler, Component-based software engineering, Control flow, Coupling (computer programming), Dart (programming language), Data structure, ECMAScript, Erlang (programming language), Fortran, Go (programming language), IBM System/360, Information hiding, Java (programming language), JavaScript, MATLAB, Modula-2, Niklaus Wirth, Oberon (programming language), Object (computer science), Object Pascal, Objective-C, PARC (company), ..., Pascal (programming language), Perl, Python (programming language), Ruby (programming language), Separation of concerns, Structured programming, Visual Basic .NET, .NET Framework. Expand index (8 more) »

Ada (programming language)

Ada is a structured, statically typed, imperative, and object-oriented high-level computer programming language, extended from Pascal and other languages.

Ada (programming language) and Modular programming · Ada (programming language) and Object-oriented programming · See more »

ALGOL

ALGOL (short for "Algorithmic Language") is a family of imperative computer programming languages, originally developed in the mid-1950s, which greatly influenced many other languages and was the standard method for algorithm description used by the ACM in textbooks and academic sources for more than thirty years.

ALGOL and Modular programming · ALGOL and Object-oriented programming · See more »

C (programming language)

C (as in the letter ''c'') is a general-purpose, imperative computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations.

C (programming language) and Modular programming · C (programming language) and Object-oriented programming · See more »

C Sharp (programming language)

C# (/si: ʃɑːrp/) is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.

C Sharp (programming language) and Modular programming · C Sharp (programming language) and Object-oriented programming · See more »

C++

C++ ("see plus plus") is a general-purpose programming language.

C++ and Modular programming · C++ and Object-oriented programming · See more »

Clojure

Clojure (like "closure") is a dialect of the Lisp programming language.

Clojure and Modular programming · Clojure and Object-oriented programming · See more »

COBOL

COBOL (an acronym for "common business-oriented language") is a compiled English-like computer programming language designed for business use.

COBOL and Modular programming · COBOL and Object-oriented programming · See more »

Code reuse

Code reuse, also called software reuse, is the use of existing software, or software knowledge, to build new software, following the reusability principles.

Code reuse and Modular programming · Code reuse and Object-oriented programming · See more »

Compiler

A compiler is computer software that transforms computer code written in one programming language (the source language) into another programming language (the target language).

Compiler and Modular programming · Compiler and Object-oriented programming · See more »

Component-based software engineering

Component-based software engineering (CBSE), also called as component-based development (CBD), is a branch of software engineering that emphasizes the separation of concerns with respect to the wide-ranging functionality available throughout a given software system.

Component-based software engineering and Modular programming · Component-based software engineering and Object-oriented programming · See more »

Control flow

In computer science, control flow (or flow of control) is the order in which individual statements, instructions or function calls of an imperative program are executed or evaluated.

Control flow and Modular programming · Control flow 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 Modular programming · Coupling (computer programming) and Object-oriented programming · See more »

Dart (programming language)

Dart is a general-purpose programming language originally developed by Google and later approved as a standard by Ecma (ECMA-408).

Dart (programming language) and Modular programming · Dart (programming language) and Object-oriented programming · See more »

Data structure

In computer science, a data structure is a data organization and storage format that enables efficient access and modification.

Data structure and Modular programming · Data structure and Object-oriented programming · See more »

ECMAScript

ECMAScript (or ES) is a trademarked scripting-language specification standardized by Ecma International in ECMA-262 and ISO/IEC 16262.

ECMAScript and Modular programming · ECMAScript and Object-oriented programming · See more »

Erlang (programming language)

Erlang is a general-purpose, concurrent, functional programming language, as well as a garbage-collected runtime system.

Erlang (programming language) and Modular programming · Erlang (programming language) and Object-oriented programming · See more »

Fortran

Fortran (formerly FORTRAN, derived from Formula Translation) is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing.

Fortran and Modular programming · Fortran and Object-oriented programming · See more »

Go (programming language)

Go (often referred to as Golang) is a programming language created at Google in 2009 by Robert Griesemer, Rob Pike, and Ken Thompson.

Go (programming language) and Modular programming · Go (programming language) and Object-oriented programming · See more »

IBM System/360

The IBM System/360 (S/360) is a family of mainframe computer systems that was announced by IBM on April 7, 1964, and delivered between 1965 and 1978.

IBM System/360 and Modular programming · IBM System/360 and Object-oriented programming · See more »

Information hiding

In computer science, information hiding is the principle of segregation of the design decisions in a computer program that are most likely to change, thus protecting other parts of the program from extensive modification if the design decision is changed.

Information hiding and Modular programming · Information hiding and Object-oriented programming · See more »

Java (programming language)

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

Java (programming language) and Modular programming · Java (programming language) and Object-oriented programming · See more »

JavaScript

JavaScript, often abbreviated as JS, is a high-level, interpreted programming language.

JavaScript and Modular programming · JavaScript and Object-oriented programming · See more »

MATLAB

MATLAB (matrix laboratory) is a multi-paradigm numerical computing environment and proprietary programming language developed by MathWorks.

MATLAB and Modular programming · MATLAB and Object-oriented programming · See more »

Modula-2

Modula-2 is a computer programming language designed and developed between 1977 and 1985 by Niklaus Wirth at the Swiss Federal Institute of Technology in Zurich (ETH Zurich) as a revision of Pascal to serve as the sole programming language for the operating system and application software for the personal workstation Lilith.

Modula-2 and Modular programming · Modula-2 and Object-oriented programming · See more »

Niklaus Wirth

Niklaus Emil Wirth (born 15 February 1934) is a Swiss computer scientist, best known for designing several programming languages, including Pascal, and for pioneering several classic topics in software engineering.

Modular programming and Niklaus Wirth · Niklaus Wirth and Object-oriented programming · See more »

Oberon (programming language)

Oberon is a general-purpose programming language created in 1986 by Niklaus Wirth and the latest member of the Wirthian family of ALGOL-like languages (Euler, Algol-W, Pascal, Modula, and Modula-2).

Modular programming and Oberon (programming language) · Oberon (programming language) and Object-oriented programming · See more »

Object (computer science)

In computer science, an object can be a variable, a data structure, a function, or a method, and as such, is a value in memory referenced by an identifier.

Modular programming and Object (computer science) · Object (computer science) and Object-oriented programming · See more »

Object Pascal

Object Pascal refers to a branch of object-oriented derivatives of Pascal, mostly known as the primary programming language of Delphi.

Modular programming and Object Pascal · Object Pascal and Object-oriented programming · See more »

Objective-C

Objective-C is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language.

Modular programming and Objective-C · Object-oriented programming and Objective-C · See more »

PARC (company)

PARC (Palo Alto Research Center; formerly Xerox PARC) is a research and development company in Palo Alto, California, with a distinguished reputation for its contributions to information technology and hardware systems.

Modular programming and PARC (company) · Object-oriented programming and PARC (company) · See more »

Pascal (programming language)

Pascal is an imperative and procedural programming language, which Niklaus Wirth designed in 1968–69 and published in 1970, as a small, efficient language intended to encourage good programming practices using structured programming and data structuring. It is named in honor of the French mathematician, philosopher and physicist Blaise Pascal. Pascal was developed on the pattern of the ALGOL 60 language. Wirth had already developed several improvements to this language as part of the ALGOL X proposals, but these were not accepted and Pascal was developed separately and released in 1970. A derivative known as Object Pascal designed for object-oriented programming was developed in 1985; this was used by Apple Computer and Borland in the late 1980s and later developed into Delphi on the Microsoft Windows platform. Extensions to the Pascal concepts led to the Pascal-like languages Modula-2 and Oberon.

Modular programming and Pascal (programming language) · Object-oriented programming and Pascal (programming language) · See more »

Perl

Perl is a family of two high-level, general-purpose, interpreted, dynamic programming languages, Perl 5 and Perl 6.

Modular programming and Perl · Object-oriented programming and Perl · See more »

Python (programming language)

Python is an interpreted high-level programming language for general-purpose programming.

Modular programming and Python (programming language) · Object-oriented programming and Python (programming language) · See more »

Ruby (programming language)

Ruby is a dynamic, interpreted, reflective, object-oriented, general-purpose programming language.

Modular programming and Ruby (programming language) · Object-oriented programming and Ruby (programming language) · See more »

Separation of concerns

In computer science, separation of concerns (SoC) is a design principle for separating a computer program into distinct sections, such that each section addresses a separate concern.

Modular programming and Separation of concerns · Object-oriented programming and Separation of concerns · See more »

Structured programming

Structured programming is a programming paradigm aimed at improving the clarity, quality, and development time of a computer program by making extensive use of the structured control flow constructs of selection (if/then/else) and repetition (while and for), block structures, and subroutines in contrast to using simple tests and jumps such as the go to statement, which can lead to "spaghetti code" that is potentially difficult to follow and maintain.

Modular programming and Structured programming · Object-oriented programming and Structured programming · See more »

Visual Basic .NET

Visual Basic.NET (VB.NET) is a multi-paradigm, object-oriented programming language, implemented on the.NET Framework.

Modular programming and Visual Basic .NET · Object-oriented programming and Visual Basic .NET · See more »

.NET Framework

.NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows.

.NET Framework and Modular programming · .NET Framework and Object-oriented programming · See more »

The list above answers the following questions

Modular programming and Object-oriented programming Comparison

Modular programming has 103 relations, while Object-oriented programming has 286. As they have in common 38, the Jaccard index is 9.77% = 38 / (103 + 286).

References

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

Hey! We are on Facebook now! »