Project 2-banking management system Create a console application for the banking management system. Create few classes namely Customer, Account, RBI (Base Class) and few derived classes (SBI, ICICI, PNB etc). Assume and implement required member variables and functions in each class. In every Bank there should be…
Abhay Raj Yadav
updated on 14 Mar 2023
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Abhay Raj Yadav (4)
Project 1
Project 1-ecommerce console project Create an ecommerce console project with the following specifications-● That ecommerce should have these classes: Administration, Store, Cart,Customer, Product, Seller, Catalog, User ● Admin class will check whether the user is an admin or normal user if it is admin he/she can modify…
14 Mar 2023 05:56 PM IST
Project 2
Project 2-banking management system Create a console application for the banking management system. Create few classes namely Customer, Account, RBI (Base Class) and few derived classes (SBI, ICICI, PNB etc). Assume and implement required member variables and functions in each class. In every Bank there should be…
14 Mar 2023 04:58 PM IST
Project 2 - Shopping cart application
Project 2 - Shopping cart application Work with external JSON data and API to formulate the product list Use the third-party lib like bootstrap as style framework for react Apply filter on listed items and alter the state as needed. Think about APP state and use hooks with reducers Ans Componenets file Cart Filters Header…
06 Mar 2023 01:53 PM IST
Project 1 - Expense tracker
Project 1 - Expense tracker APP.JS import { useState } from 'react'; import { Typography, Box, styled } from '@mui/material'; import './App.css'; import Balance from './component/Balance'; import ExpenseCard from './component/ExpenceCard.jsx'; import Transactions from './component/Transactions'; import NewTransaction…
19 Feb 2023 04:56 PM IST