Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Notes: a) Convert the UML design into Java code (Note create the interface, the abstract class, the classes) and all of its attributes b) Take

image text in transcribed

Notes: a) Convert the UML design into Java code (Note create the interface, the abstract class, the classes) and all of its attributes b) Take care about the classes relationships (inheritance, composition...) c) Take care about the overriding methods, abstract methods d) Use Encapsulation concepts when needed. What we need in the main method 1- Create objects of Department class and insert the following data: (114, Software Engineering) 2. Create an object of Faculty class and insert the following data: (IT, Building No.9, dept-object) 3. Using the printInfo method to Print the following UniversityName, University Address, FacultyName, Faculty Location, DeptNo, DeptName ZUJ UNL AMMAN IT Building No.9 114 Software Engineering 4- Create an object of Student class and insert the following data: The object data that must be inserted as (2018102010, Ali Ahmad". "Java", 90,70,80) (2017201051," Sami Salim ", " Database", 70, 70, 70) (2019205510. Rami Khalil", "Oracle". 55,55,55) 5. The printInfo method in this class must print the following UniversityName, FacultyName, DeptName, studentNo, StudentName, courseName, average, result, ( ) ZU UNI IT Software Engineering 2018102010 Ali Ahmad Java Another object ZUJUNI Software Engineering 2017201051 Sami Salim Database 70 Another object ZUJ UNI. Software Engineering 2019205510 Rami Khalil Oracle 55 Fail As: 80 Pass IT Pass IT Notes: a) Convert the UML design into Java code (Note create the interface, the abstract class, the classes) and all of its attributes b) Take care about the classes relationships (inheritance, composition...) c) Take care about the overriding methods, abstract methods d) Use Encapsulation concepts when needed. What we need in the main method 1- Create objects of Department class and insert the following data: (114, Software Engineering) 2. Create an object of Faculty class and insert the following data: (IT, Building No.9, dept-object) 3. Using the printInfo method to Print the following UniversityName, University Address, FacultyName, Faculty Location, DeptNo, DeptName ZUJ UNL AMMAN IT Building No.9 114 Software Engineering 4- Create an object of Student class and insert the following data: The object data that must be inserted as (2018102010, Ali Ahmad". "Java", 90,70,80) (2017201051," Sami Salim ", " Database", 70, 70, 70) (2019205510. Rami Khalil", "Oracle". 55,55,55) 5. The printInfo method in this class must print the following UniversityName, FacultyName, DeptName, studentNo, StudentName, courseName, average, result, ( ) ZU UNI IT Software Engineering 2018102010 Ali Ahmad Java Another object ZUJUNI Software Engineering 2017201051 Sami Salim Database 70 Another object ZUJ UNI. Software Engineering 2019205510 Rami Khalil Oracle 55 Fail As: 80 Pass IT Pass IT

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

Spatio Temporal Database Management International Workshop Stdbm 99 Edinburgh Scotland September 10 11 1999 Proceedings Lncs 1678

Authors: Michael H. Bohlen ,Christian S. Jensen ,Michel O. Scholl

1999th Edition

3540664017, 978-3540664017

More Books

Students also viewed these Databases questions

Question

What is data visualisation?

Answered: 1 week ago

Question

Define promotion.

Answered: 1 week ago

Question

Write a note on transfer policy.

Answered: 1 week ago

Question

Discuss about training and development in India?

Answered: 1 week ago

Question

Explain the various techniques of training and development.

Answered: 1 week ago

Question

=+1 What would you do if you were the IHR manager?

Answered: 1 week ago