Java Lab8
Problem 8.1
Question 8.1: A. Abstract Class • Create an abstract class 'Shape' with one attributed n…
Question 8.1: A. Abstract Class • Create an abstract class 'Shape' with one attributed n…
Question 8.2: B. Comparable Interface • Comparable Interface is used to compare two objects. I…
Question 8.3: C. Java ArrayList Sometimes it's better to use dynamic size arrays. Java'…