You are on page 1of 1

Philadelphia University Faculty of Information Technology

Lecturer: Dr. Yousra Odeh Department of SE


Quiz Paper
Project -1 Date:03/11/2021

Object Oriented Programming.

Student Name:

Student Number:

SUBMISSION IS ONLY ACCEPTED THROUGH THE MOODLE SYSTEM. [10 MARKS]


Read the following carefully, and then submit your java code answers in text files.
Put each class/interface/main in separate text file.

File 1: Create an abstract class that has:


-three attributes
-two abstract methods
-one constructor.

File 2: Create interface that has:


-attribute of type final.
-two abstract methods.

File 3: Create a class that inherits from the abstract class and implements the
interface
This class should have:
-one constructor.
-overriding of all abstract methods.

File 4: In main file, Create object of the class and call all methods.
Important Instructions:
- This is an individual assignment. Any two identical answers will be graded ZERO automatically.
- Assignments submitted after due date will NOT be accepted.
- Your solution should be submitted to Moodle. Handwritten answers are not accepted. MS Teams
submission is not accepted.
- You are strongly advised to submit your answer as a word document or text file. Do not submit
your solution as a zip file.

You might also like