https://github.com/ogubuikealex/bezaooop
This repository contains code samples I gave the BEZAO'22 interns during live lectures from session one to six.
https://github.com/ogubuikealex/bezaooop
Last synced: 7 months ago
JSON representation
This repository contains code samples I gave the BEZAO'22 interns during live lectures from session one to six.
- Host: GitHub
- URL: https://github.com/ogubuikealex/bezaooop
- Owner: ogubuikeAlex
- Created: 2022-11-16T14:54:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T12:40:42.000Z (over 2 years ago)
- Last Synced: 2025-04-12T19:09:07.305Z (7 months ago)
- Language: C#
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bezao Session
This repository contains code samples I gave the BEZAO'22 interns during live lectures from session one to six.
## Topics Covered
- Types of classes in C# (sealed, partial, abstract, concrete, static)
- Access modifiers in C#
- Encapsulation in C#
- Abstraction in C#
- Abstract Classses in C#
- Types of constructors in C# (copy, private, static, default, parameterized)
- Inheritance in C#
- Polymorphism in C# (with abstract classes and interfaces)
- Exception handling in C#