Fill in the blanks to implement the A and B interfaces. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Fill in the blanks to implement the A and B interfaces.

Question: interface A { } interface B { } class Test : A "BLANK" B { } What goes in the blank spot been stuck for a while and cant find anything in the lessons. Help would be appreciated, thanks!

22nd Dec 2020, 4:28 AM
Enrique Tovar
Enrique Tovar - avatar
2 Answers
+ 2
Fill in the blanks to implement the A and B interfaces. interface A { } interface B { } class Test : A , B { }
15th Mar 2022, 11:47 AM
Anup Gaurav
+ 1
Thank you!
22nd Dec 2020, 4:33 AM
Enrique Tovar
Enrique Tovar - avatar