Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question:(Web Application Development) Create a model class for student with attributes:registration_number,name,departmentand Gpa. create a controller class for student and create at least 5 objects of
Question:(Web Application Development)
Create a model class for student with attributes:registration_number,name,departmentand Gpa.
create a controller class for student and create at least 5 objects of the student model class.
override the followin methods of controller:
1.Get() to return all objects of student model class and write the url to call this function.
2.Get(int gpa) to return names of those students whose Gpa is greater than gpa and write the url to call this function.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started