Which of the following is the correct way of implementing an interface addition by class maths?
Posted: Wed Jul 13, 2022 7:57 pm
a) class maths : addition {}
b) class maths implements addition {}
c) class maths imports addition {}
d) none of the mentioned
b) class maths implements addition {}
c) class maths imports addition {}
d) none of the mentioned