|
|
b8c35952cf
|
Add function calls and copy methods for type demonstrations in main.lua
|
2026-01-01 18:34:25 +01:00 |
|
|
|
64912101c4
|
Fix variable declaration for oop module in main.lua
|
2026-01-01 18:15:07 +01:00 |
|
|
|
9fa895c696
|
Refactor main.lua: remove BankAccount and PremiumAccount implementations, retain type demonstrations
|
2026-01-01 18:11:48 +01:00 |
|
|
|
d8cfdd2900
|
Refactor instantiation: replace oop.new with direct constructor calls for BankAccount and PremiumAccount
|
2026-01-01 17:55:52 +01:00 |
|
|
|
83fde73df8
|
Refactor class structure: redefine BankAccount and PremiumAccount classes, remove Vault and SubVault implementations
|
2026-01-01 17:48:03 +01:00 |
|
|
|
c7237452df
|
Refactor OOP implementation: redefine Vault and SubVault classes, enhance method visibility and initialization
|
2026-01-01 17:41:32 +01:00 |
|
|
|
1f595e867a
|
Refactor OOP implementation: enhance Animal class methods and improve CLI functionality for animal actions
|
2026-01-01 17:27:50 +01:00 |
|
|
|
eb3c3916ef
|
Refactor class structure: redefine Animal and Dog classes for improved inheritance and method definitions
|
2026-01-01 17:20:23 +01:00 |
|
|
|
b32a9d8786
|
Refactor OOP implementation: replace class-based structure with a function-based approach and enhance method definitions
|
2026-01-01 17:14:23 +01:00 |
|
|
|
c0c37059d6
|
init
|
2026-01-01 16:50:43 +01:00 |
|