1.

Which of these keywords is used by a class to use an interface defined previously?(a) import(b) Import(c) implements(d) ImplementsThe question was asked in final exam.My question is taken from Interfaces in portion Interfaces & Packages of Java

Answer»

Right choice is (C) implements

To explain I would say: interface is inherited by a CLASS using implements.



Discussion

No Comment Found

Related InterviewSolutions