Home »
MCQs »
Laravel MCQs
Which of the following separates the application logic and the presentation logic?
47. Which of the following separates the application logic and the presentation logic?
- Model
- View
- Controller
Answer: B) View
Explanation:
Views separates the application logic and the presentation logic.