Suppose you are working with a team to developing a JAVA object oriented program to define a two types of products as tw
Posted: Wed Apr 27, 2022 3:05 pm
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.
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.