Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 732 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 732 Bytes

python-OOP1

#Bank System=

  • Membuat sebuah model sederhana dari sistem aplikasi bank untuk nasabah seperti=
  • Menabung dan menambahkan jumlah deposit tabungan.
  • Menarik atau mengurangi jumlah deposit tabungan.
  • Merecord transaksi user(history)

python-OOP2

Single Linked List=

  • Add first
  • Add last
  • Remove first
  • Remove last Single inkedList

python-OOP3

Double Linked List=

  • Add first
  • Add last
  • Remove first
  • Remove last DooubleLinkedList

Tekhnik =

  • class
  • method
  • inheritance
  • logika if