mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
17 lines
487 B
Markdown
17 lines
487 B
Markdown
---
|
|
title: Approches to systems development
|
|
draft: true
|
|
---
|
|
# Approches to systems development
|
|
## 1 traditional
|
|
regardless of the approach, the conecpot of the model is import for analysis design and modelling parrasigms
|
|
|
|
### 1.1 system is a collection of process
|
|
function programming
|
|
processes interact with data
|
|
processes accept inputs and produce ouputs
|
|
|
|
### 1.2 object oriented
|
|
system is a collection of objects
|
|
these objects interact with each other
|
|
and send and respond to messages |