javaa) Write a few sentences describing when it is necessary to use type casting for objects in a Java program b) What is the purpose of the instanceof operator? c) Refer to the following class structure to write a few Java statements that involve type casting of objects. public class Laundzykachine shine Show transcribed image text a) Write a few sentences describing when it is necessary to use type casting for objects in a Java program b) What is the purpose of the instanceof operator? c) Refer to the following class structure to write a few Java statements that involve type casting of objects. public class Laundzykachine shine
Expert Answer
Answer to a) Write a few sentences describing when it is necessary to use type casting for objects in a Java program b) What is th…