Skip to content

Building object-oriented programs using C#. This repository includes projects focused on OOP concepts such as inheritance, polymorphism, and abstraction. It also covers file handling, exception management, and building GUI applications with Windows Forms.

Notifications You must be signed in to change notification settings

martapolii/csharp-programming-practice-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Programming

Developing object-oriented programs using C#. The projects in this repository demonstrate my understanding of core OOP principles such as abstraction, inheritance, and polymorphism, as well as advanced features like file handling, exception management, and GUI development.

Key Concepts Covered:

  • Object-Oriented Programming (OOP) fundamentals
  • Creating and using classes, objects, and constructors
  • Inheritance and polymorphism with abstract classes and interfaces
  • Exception handling and managing errors in C#
  • File handling and data persistence using serialization and deserialization
  • Designing and implementing Graphical User Interfaces (GUIs) using Windows Forms
  • Test-Driven Development and working with collections

This repository showcases my skills in designing, coding, and documenting C# programs for both console-based and Windows applications.

About

Building object-oriented programs using C#. This repository includes projects focused on OOP concepts such as inheritance, polymorphism, and abstraction. It also covers file handling, exception management, and building GUI applications with Windows Forms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages