Does a programmer need to write every class he or she uses? Why or why not?

What will be an ideal response?


The same programmer does not need to write every class he or she uses. Often, you will write programs that use classes created by others. For example, many programs you have seen so far in this book have used the System class. You did not have to create it or its println() method; both were provided for you by Java's creators. Similarly, you might create a class that others will use to instantiate objects within their own applications.

Computer Science & Information Technology

You might also like to view...

Enterprise resource planning (ERP) systems evolved from _____ systems developed in the 1970s.

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

Computer Science & Information Technology

A(n) ______ bus allows the processor to communicate with peripheral devices.

A. system B. external C. expansion D. backside

Computer Science & Information Technology

Subforms are often laid out in what type of fashion?

A. Grid B. Tabular C. Form D. Nested

Computer Science & Information Technology

In dealing with structures, it is important to distinguish between a structure's form and its contents.

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

Computer Science & Information Technology