About Programation

From My Limbic Wiki
Revision as of 02:01, 10 May 2019 by Fukakai (talk | contribs) (Page créée avec « =Centrql Principles= ==Abstraction== * Abstraction is a process of hiding the implementation details from the user. Оnly the functionality will be provided to the user.... »)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Centrql Principles

Abstraction

  • Abstraction is a process of hiding the implementation details from the user. Оnly the functionality will be provided to the user.
  • Related to both encapsulation and data hiding

Inheritance

  • Extends: Multiple inheritance

Encapsulation

Heritage

Interface

Architectures

Design Patterns

  • MVC
  • MVP
  • MVVM

Paradigm

  • REST
  • Object
  • Procedural