Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
pay pal project
no vote
Let's talk about how to plan weekly during the project. There are nine project modules. Using object-oriented programming and paypal console test, object-oriented analysis, object-oriented design, implementation: these nine modules will make you a four step development process. Almost 80% of the time will go to the PayPal console for execution. One of the characteristics of this development is that you will implement the writing of test cases ahead of time. We hope this will give you a clear understanding of what is expected from PayPal's console. The following is the layout of the nine modules. Module 1 and 2: Object Oriented Analysis and PayPal's console object-oriented design implementation and testing module 3 and 4: create a new Alipay account module five: the main screen and account activation module 6 of the account: add and extract capital module 7: send request and capital module 8: improve PPAccountScreen module 9: generate system status report module 10: Test and demonstration
rakesh438777
2016-08-23
1
1
Bank Account
no vote
( Account  Inheritance Hierarchy) Create an inheritance hierarchy that a bank might use to represent customers' bank accounts. All customers at this bank can deposit (i.e., credit) money into their accounts and withdraw (i.e., debit) money from their accounts. More specific types of accounts also exist. Savings accounts, for instance, earn interest on the money they hold. Checking accounts, for instance, charge a fee per transaction (i.e., credit or debit). Current accounts, on other hand, has overdraft(Negative balance) facility to withdraw the money. Create an inheritance hierarchy containing base class  Account  and derived classes  SavingsAccount
rakesh438777
2016-08-23
0
1
No more~