Multiple Choice
Which is used to specify that a class will be implementing an interface?
A) Using
B) :
C) Implements
D) Extends.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The UML distinguishes an interface from other
Q38: Objects of abstract base classes can be
Q57: Polymorphism allows the addition of classes providing
Q59: Which of the following does not complete
Q61: Private fields of a base class can
Q62: When a program creates a derived-class object,the
Q63: Declaring an interface Protected allows for extra
Q65: When a derived class constructor calls its
Q66: An interface is typically used in place
Q68: The _ keyword is used to define