The purpose of an interface is to:

a) provide similar objects with the same functionality, even though each will implement
the functionality differently
b) provide different types of objects with the comparable functionality, even though each
will implement the functionality differently
c) provide default implementations of methods and properties
d) None of the above.

b) provide different types of objects with the comparable functionality, even though each
will implement the functionality differently

Computer Science & Information Technology

You might also like to view...

The Xpath 2.0 function _____ returns anxs:dateTimedata value based on anxs:date andxs:timevalue.

A. ?current-date() B. ?dateTime(date, time) C. ?day-from-date(date) D. ?current-dateTime()

Computer Science & Information Technology

A set of connected nodes that are not part of a document is known as a(n) ____.?

A. ?node list B. document fragment? C. ?HTML collection D. ?array

Computer Science & Information Technology