Is mvc a structural design pattern?



Is mvc a structural design pattern?..

Answer / Jaggi Lal

No, MVC is not a structural design pattern. It is an architectural pattern that separates an application into three interconnected components: Model, View, and Controller.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MVC Model View Controller Interview Questions

Explain in which assembly is the mvc framework is defined?

1 Answers  


How you can send the result back in json format in mvc?

1 Answers  


What is data model in mvc?

1 Answers  


Define attribute based routing in mvc?

1 Answers  


What is the difference between mvc and mvp?

1 Answers  


Why there is no viewstate in mvc?

1 Answers  


What is the difference between view and partial view?

1 Answers  


What is the main purpose of mvc architecture?

1 Answers  


What is mvc page life cycle?

1 Answers  


In an MVC application, what are the segments of the default route ?

1 Answers   Cognizant,


What is mvc request life cycle?

1 Answers  


Why razor is used in mvc?

1 Answers  


Categories