Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question No. 1 Write a Java program for a student class as per the UML diagram given below. Student Class Student_id: int Instance Variables First_name:

image text in transcribed

Question No. 1 Write a Java program for a student class as per the UML diagram given below. Student Class Student_id: int Instance Variables First_name: String Last_name: String CGPA: double +Student (Student_id: int. First_name: String Constructor Last_name: String. CGPA: double) +getIDO): int +getFirstName(): String +getLastName(): String +getName(): String +getCGPA(): double +getName() should return complete name i.e. firstName LastName Specifications Declare a student class with the instance variables defined above. (Marks 2) Declare all the methods mentioned above inside Student class. (Marks 4) Create another class with main method. Create two student objects inside main class. The first student should be created with your data (id, name etc.) and the second student should be any friend of yours. Execute all the methods given above and show the id, first name, last name, full name and CGPA of both students using print statements. (Marks 4)

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

Step: 3

blur-text-image

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

Inference Control In Statistical Databases From Theory To Practice Lncs 2316

Authors: Josep Domingo-Ferrer

2002nd Edition

3540436146, 978-3540436140

More Books

Students also viewed these Databases questions