1. Assume the following: A class called Alien includes methods called spawn () and attack() and an attribute health. An Alien object called martian has been properly instantiated. The variable score has been properly declared The following lines of code have no errors and produce the output shown in the box. Alien.spawn (); Alien.spawn (5); System.out.print("Health is:" + martian.getHealth()); Health is: 15 Score Math.sqrt(4) + martian.attack(); System.out.print("Health is: + martian.getHealth()); Health is: 12 Classify each of the following statements regarding as follows: 0 → Statement is definitely FALSE ? → Impossible to tell for sure based on the information provided 1 → Statement is definitely TRUE For each statement below, classify the statement (0, ?, or 1) and briefly explain your reasoning for your answer Statement Classify Rationale spawn () has been overloaded 0 ? 1 spawn () is private 0 ? 1 spawn () returns a double 0 ? 1 spawn () is a void method 0 ? 1 spawn () is a static method 0 ? 1 spawn () modifies an instance variable 0 ? 1

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter10: Object-oriented Programming
Section: Chapter Questions
Problem 17RQ
icon
Related questions
Question
The question says to assume
1. Assume the following:
A class called Alien includes methods called spawn () and attack() and an attribute health.
An Alien object called martian has been properly instantiated.
The variable score has been properly declared
The following lines of code have no errors and produce the output shown in the box.
Alien.spawn ();
Alien.spawn(5);
System.out.print("Health is:" + martian.getHealth());
Health is: 15
score
= Math.sqrt(4) + martian.attack();
Health is: 12
System.out.print("Health is: " + martian.getHealth());
Classify each of the following statements regarding as follows:
0 → Statement is definitely FALSE
? → Impossible to tell for sure based on the information provided
1 → Statement is definitely TRUE
For each statement below, classify the statement (0, ?, or 1) and briefly explain your reasoning for your answer.
Statement
Classify
Rationale
spawn () has been overloaded
0 ? 1
spawn() is private
0 ? 1
spawn () returns a double
0 ? 1
spawn () is a void method
0 ? 1
spawn () is a static method
0 ? 1
spawn () modifies an instance variable
0 ? 1
attack() has been overloaded
0 ? 1
attack() is private
0 ? 1
attack() returns a double
0 ? 1
attack() is a void method
0 ? 1
attack() is a static method
0 ? 1
attack() modifies an instance variable
0 ? 1
Transcribed Image Text:1. Assume the following: A class called Alien includes methods called spawn () and attack() and an attribute health. An Alien object called martian has been properly instantiated. The variable score has been properly declared The following lines of code have no errors and produce the output shown in the box. Alien.spawn (); Alien.spawn(5); System.out.print("Health is:" + martian.getHealth()); Health is: 15 score = Math.sqrt(4) + martian.attack(); Health is: 12 System.out.print("Health is: " + martian.getHealth()); Classify each of the following statements regarding as follows: 0 → Statement is definitely FALSE ? → Impossible to tell for sure based on the information provided 1 → Statement is definitely TRUE For each statement below, classify the statement (0, ?, or 1) and briefly explain your reasoning for your answer. Statement Classify Rationale spawn () has been overloaded 0 ? 1 spawn() is private 0 ? 1 spawn () returns a double 0 ? 1 spawn () is a void method 0 ? 1 spawn () is a static method 0 ? 1 spawn () modifies an instance variable 0 ? 1 attack() has been overloaded 0 ? 1 attack() is private 0 ? 1 attack() returns a double 0 ? 1 attack() is a void method 0 ? 1 attack() is a static method 0 ? 1 attack() modifies an instance variable 0 ? 1
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,