Which Of The Following Is The Correct Way Of Implementing An #419
Which of the following is the correct way of implementing an interface addition by class maths?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Object Oriented Concepts - Interfaces Introduction - Quiz No.1.
Which of the following is the correct way of implementing an interface addition by class maths?
class maths : addition {}
class maths implements addition {}
class maths imports addition {}
none of the mentioned