Posts by Juviosa • 11 points
1 post
-
0
votes1
answer99
viewsQ: I cannot compile a Java class which instance is another Java class
Here’s the thing, I have two classes: Account.java and Program1.java the idea is for the Program1 class to create an Account instance and use it within the program but I’m not able to compile the…