ITM152 Object Oriented Programming With Java

Object Oriented Programming With JavaTU Board 2023

Create an interface Exam with methods setExam(String division, int mark) and showExam(). Create a class named test that implements the interface Exam and then display the records.

5
A worked answer is on its wayMeanwhile, read the Object Oriented Programming With Java notes for this topic.

Discussion

Loading…

More Object Oriented Programming With Java questions

All Object Oriented Programming With Java old questions