+ 2
Whenevet we use an interface , is it necessary to include or call all the functions in that interface? I
if yes then can a solution be made to minimize the code size and optimize the code without including all of the methods.
1 Answer
if yes then can a solution be made to minimize the code size and optimize the code without including all of the methods.