Wipro Limited – Technical Interview Question Bank – Part 1
Q. What is inheritance in Java? Ans. Inheritance is when a class inherits the properties of another class. The class which inherits is called the child class and the class from which the properties are inherited is called the parent class. Q. What is importance inheritance in Java?Ans. Inheritance improves the reusability of code. Q….
Read More “Wipro Limited – Technical Interview Question Bank – Part 1” »