Q88
Which of the following is the correct way of implementing an interface addition by class maths?
A.
class maths : addition {}
AnswerB.
class maths implements addition {}
C.
class maths imports addition {}
D.
none of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board