issues
search
Dotnetflare
/
dotnetflare
Dotnet Flare is an extensive open-source repository designed to cover the entire world of C# and .NET programming.
MIT License
16
stars
2
forks
source link
Object-Oriented Programming Basics
#11
Open
AshkanAfsharpour
opened
1 week ago
AshkanAfsharpour
commented
1 week ago
Cover OOP principles including classes, objects, and encapsulation.
Tasks:
Create examples of classes and objects.
Demonstrate fields, properties, and methods in classes.
Document encapsulation and access modifiers (
public
,
private
,
protected
).
Cover OOP principles including classes, objects, and encapsulation.
Tasks:
public
,private
,protected
).