Modules
-
Updated
Oct 10, 2023 - Python
Modules
a programming paradigm that allows you to structure your code around objects, which are instances of classes. OOP provides concepts such as encapsulation, inheritance, and polymorphism. Here's an example that demonstrates these concepts in Python
Add a description, image, and links to the polymorphism-and-abstraction topic page so that developers can more easily learn about it.
To associate your repository with the polymorphism-and-abstraction topic, visit your repo's landing page and select "manage topics."