Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 383 Bytes

File metadata and controls

17 lines (13 loc) · 383 Bytes

C# Account Management

Console-based C# project demonstrating account-related logic and object-oriented programming fundamentals.

Concepts Demonstrated

  • classes and objects
  • encapsulation
  • methods and state changes
  • console-based interaction

Tech Stack

  • C#
  • .NET
  • Visual Studio

Notes

This project was built as a learning exercise while studying C# development.