develop a test plan for one of the following Java class; a class…

Question develop a test plan for one of the following Java class; a class… develop a test plan for one of the following Java class; a class representing a bank ATM machine.Note that you are not writing the Java code yet. Your goal is to determine what methods and attributes the selected class should have, and then you will describe the purpose and functionality of the included methods.Prepare an initial post with the following:A properly named class that follows the standard Java naming conventionsFour properly named attributes of the selected class (each attribute must store a different type of data, including: integer, Boolean, floating-point, and char)Note: Be sure to identify which attribute is stored using which data type.Three properly named methods that will be included in the selected classDescribe each method’s functionality as follows:One method that will accept a parameter that may be passed into the method; specify its data typeOne method that will return a value to be used in the rest of the program; specify its data typeOne method of your own choosing and data typeProvide examples of three objects that may be instantiated by the selected class, and explain how those objects may differ. Computer Science Engineering & Technology Java Programming ITEC MISC Share QuestionEmailCopy link Comments (0)