Question: Java: Implementing Fields and Methods Class: ShowFramework Fields: STRINGS: String[] dataSet: Set < String > Methods: ShowFramework() getDataSet(): Set Have the field public to make
Java: Implementing Fields and Methods
Class: ShowFramework
Fields:
STRINGS: String[]
dataSet: Set < String >
Methods:
ShowFramework()
getDataSet(): Set
Have the field public to make it accessible to other classes. Add static in front of the field in order to have it belong to the class itself. Add final to the STRINGS constant to avoid change. To initialize, have the STRINGS field be an array to contain the strings. Some of the strings can be: set one, set two, set three
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
