Taking 12-15 credits is considered “full-time” in college lingo. That amounts to 4-5 classes , and for young students, that course load is really heavy (let’s be honest, it’s heavy for MOST students of any age).
Read moreHow many classes can you have in a Java program?
There can only be one public class top level class in a file. The class name of that public class should be the name of the file. It can have many public inner classes.
Read moreCan you have too many classes?
You can find ways to telescope things adding classes indefinitely, technically speaking, infinitely. If you can’t have too many classes but you can add them infinitely then you would never finish your program on account of the number of classes you seek to have, therefore you can have too many classes .
Read more