OOP Glossary


Consultez le glossaire à l'aide de cet index

Spécial | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | Tout

P

paradigm

A way of going about something

Lien vers l'article : paradigm

Polymorphism

ability to present the same interface for different underlying data types

Lien vers l'article : Polymorphism

Programming paradigm

simple:  a way to go about something / a typical example or pattern of something; a pattern or model

 

A programming paradigm is a relatively high-level way to conceptualize and structure the implementation of a computer program. A programming language can be classified as supporting one or more paradigms

Lien vers l'article : Programming paradigm