Createan application to calculate interest for FDs, RDs based on certain conditionsusing inheritance. 1. Make account class.2. Using method overriding create interest calculate.3. Create FD, Rd and SD.4. Take input of amount and age and days for fd.
Home/java question
SIKSHAPATH Latest Questions
A Video Rental Inventory System The goal of this project is to design and implement a simple inventory control system for a small video rental store. Define least two classes: a class Video to model a video and a class ...