MVC Architecture in SAPUI5

In Software Development there are various Architectural Patterns you can follow to develop a program/module. Architectural Patterns help us understand, manage, develop and maintain complex high level code better. Model View Controller is one such Architectural Pattern. SAPUI5 applications are mostly build on this pattern. In Model-View-Controller ( MVC ) Architecture Model is a class …