reate a class called Student (Student.java). It should have the following private data members: ˆString name ˆint IDˆ double GPA Provide the following methods:ˆ default constructor (set name to an empty string, and set ID and GPA to 0)ˆ non-default constructor Student(string name, int ID, double GPA)ˆ getters and setters for the three data membersˆ method print() prints the Student object’s information, formatted as follows: Name: John Smith ID: 1234 GPA: 3.00 public class Student {     // private data members     // public interface (see methods abo

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter9: Using Classes And Objects
Section: Chapter Questions
Problem 2CP
icon
Related questions
Question

Create a class called Student (Student.java). It should have the following private data members:

ˆString name

ˆint IDˆ

double GPA

Provide the following methods:ˆ

default constructor (set name to an empty string, and set ID and GPA to 0)ˆ

non-default constructor Student(string name, int ID, double GPA)ˆ

getters and setters for the three data membersˆ

method print() prints the Student object’s information, formatted as follows:

Name: John Smith

ID: 1234

GPA: 3.00

public class Student {

    // private data members

    // public interface (see methods above)

 

}

Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Passing Array as Argument
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,