OOP-StudentSystem
This repository contains beginner-level Object-Oriented Programming (OOP) examples in Python for a Student System.
Files
1.objects_classes.py - Demonstrates classes, objects, methods, and attributes.
2.constructors_destructors.py- Shows constructors (__init__) and destructors (__del__) in Python.
3.constructors_destructors_notes.docx - Full notes with explanations, examples, and tables for constructors and destructors.
Features
- Class and object creation
- Constructor and destructor usage
- Methods and class attributes
- Beginner-friendly Python examples
Author
Gideon Oseko OOP-StudentSystem