Skip to content

Commit 0d7cd66

Browse files
authored
Update README.md
1 parent 3005dc4 commit 0d7cd66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,9 @@ This module consists of the Detailed definitions about the JAVA Design Patterns
284284

285285
- MVC Pattern stands for Model-View-Controller Pattern.
286286
- This pattern is used to separate application's concerns.
287+
287288
1) Model - Model represents an object or JAVA POJO carrying data. It can also have logic to update controller if its data changes.
288-
2) View - View represents the visualization of the data that model contains.
289+
2) View - View represents the visualization of the data that model contains
289290
3) Controller - Controller acts on both model and view. It controls the data flow into model object and updates the view whenever data changes. It keeps view and model separate.
290291

291292

0 commit comments

Comments
 (0)