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
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
Get step-by-step solutions from verified subject matter experts
