Question: 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
Get step-by-step solutions from verified subject matter experts
