Name: Ali Language: Python
Open terminal in the assignment folder and run:
python class_objects.py python encapsulation.py python inheritance.py python abstraction.py python polymorphism.py
Concept: Classes and Objects
This file demonstrates basic class creation and object usage.
Concept: Encapsulation
This file demonstrates private attributes and controlled access using setters.
Concept: Inheritance
This file demonstrates single and multilevel inheritance.
Concept: Abstraction
This file demonstrates abstract base classes and method overriding.
Concept: Polymorphism
This file demonstrates runtime polymorphism using multiple examples.