An open API service indexing awesome lists of open source software.

https://github.com/hendrixgotcodes/java-tutorial-codes-to-illustrate-object-oriented-programming

This depository holds four classes to illustrate how objected oriented programming works."BankAccount" class is the main blueprint for objects to be created. It contains the states (variables) and methods to act on them. The "Classes" field however is a class which contains instances (objects) of the "BankAccount" class. Contains codes to save balance details to a text file called "BalanceDetails.txt"
https://github.com/hendrixgotcodes/java-tutorial-codes-to-illustrate-object-oriented-programming

Last synced: about 1 year ago
JSON representation

This depository holds four classes to illustrate how objected oriented programming works."BankAccount" class is the main blueprint for objects to be created. It contains the states (variables) and methods to act on them. The "Classes" field however is a class which contains instances (objects) of the "BankAccount" class. Contains codes to save balance details to a text file called "BalanceDetails.txt"

Awesome Lists containing this project