Question: Object-Oriented Programming Name: Course Code: Date: Section: 100 pts Create the class diagram and pseudocode for a program that will process the following fields: student

Object-Oriented Programming Name: Course Code: Date: Section: 100 pts Create the class diagram and pseudocode for a program that will process the following fields: student Number, studentName, grade, and status. Name your class as "Student" and your object as "aStudent". The attributes and functions must be declared as private and public respectively. Each attribute must have its own member function when assigning values and all member functions must accept arguments. Declare one more member function to display the values of all attributes. 10 10 10 Class Diagram Grading Criteria Correct class name. All attributes were declared as private. Member functions were declared as public. Correct sequence. Member functions will be accepting values. Statements are structured correctly. 5 10 5 50 10 10 10 5 10 5 50 Pseudocode Grading Criteria Correct class name. All attributes were declared as private. Member functions were declared as public. Correct sequence. Member functions will be accepting values. Statements are structured correctly
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
