Question 1 (5 points) What is inheritance in java? Explain it with an example code. Why do you think it is relevant to O
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 1 (5 points) What is inheritance in java? Explain it with an example code. Why do you think it is relevant to O
Question 1 (5 points) What is inheritance in java? Explain it with an example code. Why do you think it is relevant to OOP? (5 points) Question 2 (5 points) What is an abstract class in Java? Show an example code of abstract class and abstract method. Question 3 (5 points) What is Polymorphism in Java? Show an example code and explain it. (5 points) Question 4 (5 points) What does 'static' keyword in java? Explain with some example. (5 points) Data structures in java class