Need help with assignment
Write ONE application program by using the following requirements:
File input and output.
Exception handling.
You can create your own exception classes or
You can using existing exception classes from Java API
Inheritance
At least one superclass or abstract superclass: this class needs to have data members, accessor, mutator, and toString method.
At least one subclass: this class also needs to have data members, accessor, mutator, and toString methods.
At least one interface: this interface needs to have at least two abstract methods.
At least one method overloading .
At least one method overriding.
At least one static member and one static method.
Polymorphism: you need to have at least one superclass reference to reference objects of a subclass.
At least one aggregation in a class.
Within your project, PLEASE include comments at the place where you use the above items.
Re: Need help with assignment
Are you looking for ideas on what type of project to design?
Re: Need help with assignment
This is not a code factory, you know.
Re: Need help with assignment
Yeah, it's that I've been working java but I'm just lost and confused, I'm pressed for time so I would really appreciate any kind of help;ideas, guidance, template. I appreciate anything and everything.
Re: Need help with assignment
I knoww, I'd just rreally appreciate any kind of help, don't mean to offend anyone
Re: Need help with assignment
The first thing I would do is come up with an idea for a project that you want to put together.
Once you decide that, then you can move on to the next step of how to design and implement it.
One idea might be to build a simple banking application that let's users:
-Create an account
-Make deposits
-Make withdrawals
-Check balances