Answered step by step
Verified Expert Solution
Question
1 Approved Answer
For your test plan, select one of the following Java classes:11) a class representing a bank customer, 2) a class representing a bank employee; 3)
For your test plan, select one of the following Java classes:11) a class representing a bank customer, 2) a class representing a bank employee; 3) a class representing a bank ATM machine. Without writing any Java code, name properly the class you selected following the standard Java naming conventions) Then describe the purpose of each of the following Four attributes of the class (each attnbute must store a different type of data, including integer, boolean floating- point and char. Be sure to identify which attribute is stored using which data type) Three methods that will be included in the class and describe each method functionality One method which should accept a parameter that may be passed into the method, specify its data type One method which should return a value to be used in the rest of the program specify its data type Give example of three objects that may be instantiated by the class and explain how those objects may be different By Day 3
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started