What is mvc? And how it works?
Answer / Upendra Kumar Awasthi
MVC (Model-View-Controller) is a software design pattern commonly used in web development. The Model represents the data and business logic, the View handles user interface elements, and the Controller acts as an intermediary between them. When a user interacts with the View, the Controller updates the Model and then triggers the View to refresh accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
How is object methods defined in ruby?
Tell me how can we define ruby regular expressions?
What is the naming conventions for methods that return a boolean result?
As you know ruby provides four types of variables. List them and provide a brief explanation for each?
How does a symbol differ from a string?
Explain Ruby if-else statement?
Explain ruby ranges. What are the ways to define ranges?
What is mvc and why do we use it?
What is concatenating string in Ruby?
Write the command to get installed Ruby version in your system?
Explain about Class variable and global variable?
what is a class library in Ruby?