Write main method to demonstrate the correct functionality of the code and to demonstrate that the children inherit from the parent class.
Home › Uncategorized › Write main method to demonstrate the correct functionality of the code and to demonstrate that the children inherit from the parent class.
Write main method to demonstrate the correct functionality of the code and to demonstrate that the children inherit from the parent class.
January 26, 2021 Comments Off on Write main method to demonstrate the correct functionality of the code and to demonstrate that the children inherit from the parent class. Uncategorized Assignment helpPart1) Create a Java class with two subclasses (children). Each class should have at least one attribute and a method. Parent class should have attribute/method that is common to both children and children should have attribute/method that is unique to what they represent. Write main method to demonstrate the correct functionality of the code and to demonstrate that the children inherit from the parent class.