Tell me do you know what is MVC?

Submitted by: Muhammad
MVC stands for Model-View-Controller. It's a way to separate code into its own compartments, typicially like so:

☛ Model is the data layer that manages business logic and maintains data
☛ View is the front-end presentation layer, or UI layer
☛ Controller is the logic layer that handles user requests and behavior, and updates the Model
Submitted by: Muhammad

Read Online Senior Software Developer Job Interview Questions And Answers