Ask Question

True or False: A class that implements an interface may only implement a few of that interface's method declarations

+1
Answers (1)
  1. 20 September, 01:11
    0
    False

    Explanation:

    Whenever a class implements an interface, it has to define all the functions which are declared in the interface because in the interfaces, methods are only declared and not defined, so, if a method is left undefined, it leads to compilation error, that is why, all methods of an interface has to be defined by the class which is implemented that method.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “True or False: A class that implements an interface may only implement a few of that interface's method declarations ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers