MVC design pattern

YoungJoon Suh·2022년 5월 1일
0

MVC

  • Model View Controller
  • SW Architecture
  • seperates application functionalities
  • promotes organized programming

Model

  • knowledge
  • handles data
  • interaction with Database

View

  • visual representation of a model
  • what the users see (UI)

Controller

  • receives input
  • process requests
  • get data from a model
  • pass data to the view
profile
저는 서영준 입니다.

0개의 댓글