About Programation: Difference between revisions

From My Limbic Wiki
(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.... »)
 
Line 1: Line 1:
=Centrql Principles=
=Central Principles=
==Abstraction==
==Abstraction==
* Abstraction is a process of hiding the implementation details from the user. Оnly the functionality will be provided to the user.  
* Abstraction is a process of hiding the implementation details from the user. Оnly the functionality will be provided to the user.  

Revision as of 02:02, 10 May 2019

Central 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