Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

EXERCISE: Keep your logbook up to date as you work through the exercises. Consider the following Class Diagrams, answer the given questions below. table

EXERCISE:
Keep your logbook up to date as you work through the exercises.
Consider the following Class Diagrams, answer the given questions below.
\table[[Author],[-name:String],[-yearBorn:int],[-passYear:int],[+Author(yBorn:int,n:String)],[+setPassYear(year:int)],[+getName():String],[+getAge():int //return the age, passYear -yearBorn]]
\table[[Book],[\table[[-name:String],[-author:Author],[-publishedYear:Date],[-publisher:String]]],[+Book (n:String, a:Author)],[+Book (n:String, a:Author, p:String)],[+setPublisher(p:String)],[+setPublishedYear(d:Date)],[+getName():String],[+getAuthorName():String],[+getPublishedYear():String],[+getPublisher():String]]
Create the class hierarchy in Java.
Create a test harness class (i.e. application class) named LibraryActivity.
Within LibraryActivity, create an author named "J.R.R. Tolkien" who was born in 1892 and died in 1973.
Within Library Activity, create a book named "Fellowship of the Ring" that was published in 1954 by "George Allen & Unwin" as the publisher.
Display the following in a JoptionPane.showMessageDialog: the name of the book, the author name, and the publication year by using the book object.
image text in transcribed

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

1 2 3 Data Base Techniques

Authors: Dick Andersen

1st Edition

0880223464, 978-0880223461

More Books

Students also viewed these Databases questions

Question

1. Discuss the four components of language.

Answered: 1 week ago

Question

f. What stereotypes were reinforced in the commercials?

Answered: 1 week ago