<< Chapter < Page Chapter >> Page >

Answer 7

Question 8

True or False? A class must be declared abstract if it contains two or more abstract method declarations.

Answer 8

Question 9

True or False? If a class inherits an abstract method, either the subclass must be declared abstract, or it must provide a concrete overridden version ofthe inherited abstract method.

Answer 9

Question 10

True or False? The primary purpose of a constructor is to assist in the initialization of the state of an object , which depends on the values stored in its variables.

Answer 10

Question 11

True or False? The default version of the toString method is defined in the class named Class .

Answer 11

Question 12

True or False? There is an overloaded version of the println method that requires an incoming parameter of type Object . When that version of the method is called, it calls the toString method on the incoming object reference and displays the string that is returnedby the toString method. If the toString method belonging to the object has not been overridden, the default version of the toString method will be executed and the string that will be displayed is the string returned by that default version. The toString method can be overridden to cause the string that is displayed to be moreappropriate for the object. The toString method can be overridden only once in the class hierarchy.

Answer 12

Figures

Listings

  • Listing 1 . Source code for Java3008r.java.

What is the meaning of the following two images?

This image was inserted here simply to insert some space between the questions and the answers to keep them from being visible on the screen at the same time.

The image is also an example of the kinds of things that we do in my course titled ITSE 2321, Object-Oriented Programming.

Spacer image of a rabbit and a penguin.

This image was also inserted for the purpose of inserting space between the questions and the answers.

Spacer image of a penguin in the snow in front of some houses.

Answers

Answer 12

False. The toString method can be overridden by every class that inherits it.

Back to Question 12

Answer 11

False. The default version of the toString method is defined in the class named Object .

Back to Question 11

Answer 10

True.

Back to Question 10

Answer 9

True.

Back to Question 9

Answer 8

False. A class must be declared abstract if it contains one or more abstract method declarations.

Back to Question 8

Answer 7

True.

Back to Question 7

Answer 6

True.

Back to Question 6

Answer 5

False. The same abstract method can be overridden in different ways in different subclasses. In other words, the behavior of the overridden version canbe tailored to (be appropriate for) the class in which it is overridden.

Back to Question 5

Answer 4

True.

Back to Question 4

Answer 3

False. An abstract method has no body. Therefore, it is incomplete, has no behavior, and cannot be executed.

Back to Question 3

Answer 2

True.

Back to Question 2

Answer 1

False. Listing 1 produces the output shown in Figure 2 except that the numeric values may vary from one run to the next. Note that the toString method is not overridden in Listing 1 .

Figure 2 . Output from code in Listing 1 .
Java3008r DickJava3008rMyClass@4f1d0d 2727

Back to Question 1

Miscellaneous

This section contains a variety of miscellaneous information.

Housekeeping material
  • Module name: Java3008r Review
  • File: Java3008r.htm
  • Published: 02/12/13
Disclaimers:

Financial : Although the Connexions site makes it possible for you to download aPDF file for this module at no charge, and also makes it possible for you to purchase a pre-printed version of the PDF file, youshould be aware that some of the HTML elements in this module may not translate well into PDF.

I also want you to know that, I receive no financial compensation from the Connexions website even if you purchase the PDF version ofthe module.

In the past, unknown individuals have copied my modules from cnx.org, converted them to Kindle books, and placed them for sale onAmazon.com showing me as the author. I neither receive compensation for those sales nor do I know who does receive compensation. If youpurchase such a book, please be aware that it is a copy of a module that is freely available on cnx.org and that it was made andpublished without my prior knowledge.

Affiliation : I am a professor of Computer Information Technology at Austin Community College in Austin, TX.

-end-

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Object-oriented programming (oop) with java. OpenStax CNX. Jun 29, 2016 Download for free at https://legacy.cnx.org/content/col11441/1.201
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Object-oriented programming (oop) with java' conversation and receive update notifications?

Ask