Interfaces can have methods.

a. 0
b. 1
c. 2
d. any number of


D

Computer Science & Information Technology

You might also like to view...

Which of the following parts of a BDE event should be used for code that should execute once when the event first occurs?

a. Begin b. During c. End d. Start e. None of these

Computer Science & Information Technology

What is the difference between the iterators defined here.

``` vector vec; //put 10 values into vec const vector::iterator p = vec.begin(); vector::const_iterator q = vec.begin(); ```

Computer Science & Information Technology

Once a chart is constructed it cannot be changed

Indicate whether the statement is true or false

Computer Science & Information Technology

What is a partially completed document that contains preformatted text and/or graphics?

A) Sample B) Template C) Default D) Starter

Computer Science & Information Technology