Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q2)Write a java program Q2. Write a program Define a class name Person with the following specifications: a) A private variable name of type String.

Q2)Write a java program

image text in transcribed

Q2. Write a program Define a class name Person with the following specifications: a) A private variable name of type String. b) A private variable age of type int. c) A zero-parameterized constructor to initialize all the variables to default. d) A full parameterized constructor to initialize the variables. e) A public method to String to return the person data. Define another class name Student which is extended form Person with the following specifications: a) A private variable gpa of type double. b) A zero-parameterized constructor which calls super class zero-parameter constructor, and also initializes gpa to zero. c) A full parameterized constructor which calls the super class parameterized constructor and initialize all the variables. d) A setter and getter method for gpa variable. e) A public method toString to return the student data, this method should call the toString method from the supper class. Check the functionality in main class by instantiating an array of objects of the class Student, calling both the forms of constructor of subclass, ask the user to enter a student gpa and store it, and print all students data

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Describe the role of warehouses in a supply chain.

Answered: 1 week ago

Question

Why do we sometimes record a revenue or expense as a deferred item?

Answered: 1 week ago

Question

Prepare a short profile of Lucy Clifford ?

Answered: 1 week ago

Question

Prepare a short profile of Rosa parks?

Answered: 1 week ago

Question

Prepare a short profile of victor marie hugo ?

Answered: 1 week ago

Question

What were your most important educational experiences?

Answered: 1 week ago

Question

How was your life influenced by those events?

Answered: 1 week ago

Question

Which of these influenced your life most dramatically?

Answered: 1 week ago