For the following code, which statements are NOT true? public class Person { private double weight; public String name; private int age; public String sen;

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 18RQ
icon
Related questions
Question

java

For the following code, which statements are NOT true?
public class Person
{
private double weight;
public String name;
private int age;
public String sen;
public void setName ( String name)
{
//Some code that sets the name
}
A. name is available to code that is written outside the Person class.
B. age is not available to code written outside the Person class.
C. weight ,name, age, ssn and setName are called members of the Person class.
D. weight is available to code that is written outside the Person class.
E. ssn is not available to code that is written inside the Person class.
OF. age
is not available to code that is written inside the Person class.
Transcribed Image Text:For the following code, which statements are NOT true? public class Person { private double weight; public String name; private int age; public String sen; public void setName ( String name) { //Some code that sets the name } A. name is available to code that is written outside the Person class. B. age is not available to code written outside the Person class. C. weight ,name, age, ssn and setName are called members of the Person class. D. weight is available to code that is written outside the Person class. E. ssn is not available to code that is written inside the Person class. OF. age is not available to code that is written inside the Person class.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Introduction to computer system
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT