EECS2030Z Exam
Version DEFERRED
GETTING STARTED
- Start eclipse; use the workspace suggested by eclipse (or remember the
directory name of your workspace).
- Import the test project by doing the following:
- Under the File menu choose Import...
- Under General choose Existing Projects into Workspace
and press Next
- Click the Select archive file radio button, and click
the Browse... button.
- Navigate to your home directory (the file chooser is probably in
the workspace directory).
- Select the file examD.zip and click OK
- Click Finish.
- All of the files you need for this test should now appear in eclipse.
- Open a terminal. You will use this terminal to submit your work.
- Copy and paste the command
cd workspace/ExamD/src/exam
into
the terminal and press enter.
Resources
Question 1: Inheritance (12 marks total)
Implement the
class described by this API.
You do not have to include javadoc comments.
submit 2030 examD Circle.java
Question 2: Recursion (18 marks total)
Implement the
class described by this API.
You do not have to include javadoc comments.
submit 2030 examD ExamD.java
Question 3: Short answer question (10 marks total)
Use no more than one sentence to answer each of the following
short answer questions.
Question 4: Long answer questions (20 marks total)
submit 2030 examD answers.txt