An open API service indexing awesome lists of open source software.

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.

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#