Question: Suppose you are working with a team to developing a JAVA object oriented program to define a two types of products as two classes (software_products,
Suppose you are working with a team to developing a JAVA object oriented program to define a two types of products as two classes (software_products, Hardware_ products). The first and the second class has some variables. You are required to enable the user to easily enter the data. The data then should be displayed in an attractive way. Keep the above scenario in your mind and answer the following: 1-Analyze the scenario by giving the classes with pseudo code (provide the code for the classes only with data types for variables and methods). 2-Analyze the significate of inheritance and GUI for this scenario, and where will it be used
Step by Step Solution
There are 3 Steps involved in it
Classes with Pseudo Code Parent class for all products class Product String name double price ... View full answer
Get step-by-step solutions from verified subject matter experts
