Question: solve it 8. Following classes are given to you. public class Employee private int age; public void setAge(int ageX this.age=age; } } public class Secretary

solve it
solve it 8. Following classes are given to you. public class Employee

8. Following classes are given to you. public class Employee private int age; public void setAge(int ageX this.age=age; } } public class Secretary extends Employee private int typingSpeed; public void setTyping Speed(int typingSpeed) { this.typingSpeed=typingSpeed; } In test class following object is created. Secretary s = new Secretaryo: Which of the following statements would compile? I. s.typingSpeed = 32; II. s.setTypingSpeed(32): III. s.setAge(35); NOTE: The code also given in the attachment. public class Employee private int age: public void setAge(int age) thisagemage: public class Secretary extends Employee private int typingSpeed: public void setTypingSpeed (int typing Speed) this typing Speed-typing Speed: a). Only II b)I, II, III doll and III d. I and II e). Only

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!