________ is a technique in MVC that involves breaking down complex Views into smaller, reusable components.

  • Abstraction
  • Encapsulation
  • Inheritance
  • Templating
Templating is a technique in MVC (Model-View-Controller) that involves breaking down complex Views into smaller, reusable components. Templating simplifies the presentation layer by allowing the creation of modular and maintainable views. It promotes code reusability and separation of concerns within the application architecture.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *