Which of the following is false about interfaces?

a) An interface describes a set of methods that can be called on an object, providing a default implementation for the methods.
b) An interface describes a set of methods that can be called on an object, without
providing concrete implementation for the methods.
c) Interfaces are useful when attempting to assign common functionality to possibly
unrelated classes.
d) Once a class implements an interface, all objects of that class have an is-a relationship
with the interface type.


a) An interface describes a set of methods that can be called on an object, providing a default implementation for the methods.

Computer Science & Information Technology

You might also like to view...

An example of a metasearch engine is ________

A) Yahoo! B) Google C) Dogpile D) Bing

Computer Science & Information Technology

By using the Navigation Pane, you can see a list of all Access Objects included in the database

Indicate whether the statement is true or false

Computer Science & Information Technology

The Site Contents page in SharePoint Online displays all of the document libraries and lists for a site

Indicate whether the statement is true or false

Computer Science & Information Technology

Loops allow for the development of programming logic that can perform all of the following except ____.

A. Be repeatedly executed B. Use a minimum number of controlling statements to control the execution of embedded statements C. Analyze input and determine its validity D. All of the above

Computer Science & Information Technology