A class method is indicated by the word ____ in the method definition.

A. private
B. public
C. class
D. static


Answer: D

Computer Science & Information Technology

You might also like to view...

The key when working with the Bristle brush is to ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ________ status of a website indicates that the company running the website has a certificate to prove that they own the site

A) encrypted B) authenticated C) phishing D) verified

Computer Science & Information Technology

Date c = Date(4,1,2009) is a valid ____ language declaration for an object of a class named Date.

A. C++ B. C C. assembler D. machine

Computer Science & Information Technology

In the following code segment: final int SIZE = 20; // line 1 int groupSize; // line 2 groupSize = SIZE; // line 3 groupSize = groupSize * 2; // line 4 what is the value of groupSize in line 2?

a) 0 b) null c) 20 d) 40

Computer Science & Information Technology