Stuck Last Answer Make Tester Made Sentence Bold 3 Classes Working Properly Test Class Ava Q37070948

I am stuck on last answer to make Tester. I made the sentence asbold.

3 classes are working properly but my test class is notavailable to test all functionalities with 1 mother class and 2child classes.

please advise me…

Create a driver class with an array of 5 objects ofAccount, being some instances of the child classes OnLineAccount orSavingsAccount. Systematically test the full functionality of bothchild classes.

import java.text.NumberFormat;
import java.util.Locale;

public abstract class Account {

  
   // attributes changed to protected
   protected String owner;
   protected static int accountNo;
   protected double balance;

   // initially set (the first account will be assigned12346 as its accountNo)
   protected static int

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.