Congratulations on completing Part Four, it is a bit more of an advanced topic and it is the final part of our course. You have learned a lot and on your way to becoming a programmer with Python 3.
Here is a summary of what was learned
in Part Four:
·
We have learned about types (objects) and classes in Python 3.
·
We have learned that we have been working with in-built types throughout
the course.
·
We have also learned how to create our own user-defined classes in
Python 3.
·
We created the Person class and used the __init__ method.
·
We learned that we can add as many methods (functions) under our
user-defined classes.
·
We created the Mammal class and using the concept of class inheritance
created subclasses Dog class and Cat class.
·
We created the Employee Payment Platform System (EPPS) using Object
Oriented Programming (classes).
No comments:
Post a Comment