Answer the following statements true (T) or false (F)

1. Attempting to instantiate an object of an abstract class is a logic error.
2. All objects of a class are guaranteed to provide the functionality described by any interface that the class implements.
3. An interface describes a set of methods that can be called on an object and it provides concrete implementations for the methods.
4. Objects of unrelated classes that implement the same interface can respond to the method calls of that interface polymorphically.
5. If a class leaves one method in an interface undeclared, the class is implicitly declared by Visual Basic as a MustInherit class.


1. False. This is a compilation error.
2. True.
3. False. An interface describes a set of methods that can be called on an object but it does not provide concrete implementations for the methods.
4. True.
5. False. A class that leaves one method in an interface undeclared must explicitly be declared MustInherit in the first line of its class declaration.

Computer Science & Information Technology

You might also like to view...

Any GUI components that will be manipulated by SwingWorker methods, such as components that will be updated from methods process or done, should be passed to the SwingWorker subclass’s ________ and stored in the subclass object. This gives these methods access to the GUI components they’ll manipulate.

a. constructor b. methods c. anonymous methods d. thread

Computer Science & Information Technology

The ________ parses and translates all inbound and outbound messages going to and from a business.

(a) BizTalk Server. (b) BizTalk Schema Library. (c) BizTalk FrameWork. (d) None of the above.

Computer Science & Information Technology

Identify the types of information typically included in a digital certificate.

What will be an ideal response?

Computer Science & Information Technology

Any active window on your computer can be pasted into a document as a screenshot.

a. true b. false

Computer Science & Information Technology