Page 1 of 1

Which of the following is the correct way of implementing an interface addition by class maths?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
a) class maths : addition {}
b) class maths implements addition {}
c) class maths imports addition {}
d) none of the mentioned