nsu.blackboard.com Students NSU Take Test: 295TestS QUESTION 13 The relationship between a class and an object is best described as O classes are instances of objects. O classes are programs while objects are variables. O objects and classes are the same thing. O objects are instances of classes. O objects are the instance data of classes (8Ed-ch3) QUESTION 14 Which of the following reserved words in Java is used to create an instance of a class? (8Ed-ch3) O public Oimport O class new public or private, either could be used QUESTION 15 In order to preserve encapsulation of an object, we would do all of the following except for which one? (8Ed-ch4) Make the instance data private. Make the class final. Define the methods in the class to access and manipulate the instance data. Make the methods of the class public. All of the above preserve encapsulation. Click Save and Submit to save and submit. Click Save All Ansuers to save all ansteers a nsu.blackboard.com Students NSU Take Test: 295Test1SP19-Spring 2019 -Ja QUESTION 17 A class' constructor usualy defines (BEd-ch4) O the number of instance data in the class. O if the instance data are accessible outside of the object directly. O how an object is interfaced. how an object is initialized. O the number of methods in the class. QUESTION 18 For the question/s) below, use the following class definition. public class Student f (BEd-ch3) private String name; private String major: private double gpa: private int hours; public Student (String nevName, String newMajor, double nexGpa, int newiours) ( nane newName; major newMajor; gpanewGpa; hours newHours; Which of the following could be used to instantiate a new Student s17 Student s1 new Student() Os1 new Student Student s1 - new Student(" Jane Doe", "Computer Science, 3.333, 33; Onew Student(s1); new Student sl # ("Jane Doe. Com outer Science. 3.333, 33: Click Save and Submit to save and submit. Cliek Save All Answers to save all answers Save Take Test: 295Test1SP19-Spring 2019-Java For the question(s) below, use the following class definition. (BEd-ch3) public class Student ( private String name; private String major: private double gpa; private int hours: public Student (String nevNane, String newMajor, double newGpa, int newHours) name newName major newMajor gpa -newGpa; hours newHours; Another method that might be desired is one that updates the Student's number of credit hours. This method will receive a number of credit hours and add these to the Student's current hours. Which of the following methods would accomplish this? O public int updatelours return hours; O public void update Hours hours+t public updateHours (int moreHours) hours morelours: public void updateHours (int moreHours) hours+ moreHours: public int updateHours (int moreHours) Click Save and Submit to save and submit. Click Save All Answers to save all answers Save All A MacBook Ai