Question: Which statements about the keywords extends and implements are true? Select the two correct answers. (a) The keyword extends is used to specify that an
Which statements about the keywords extends and implements are true?
Select the two correct answers.
(a) The keyword extends is used to specify that an interface inherits from another interface.
(b) The keyword extends is used to specify that a class implements an interface.
(c) The keyword implements is used to specify that an interface inherits from another interface.
(d) The keyword implements is used to specify that a class inherits from an interface.
(e) The keyword implements is used to specify that a class inherits from another class.
Step by Step Solution
3.48 Rating (155 Votes )
There are 3 Steps involved in it
a and d The keyword implements is used ... View full answer
Get step-by-step solutions from verified subject matter experts
