Object Oriented Programming with Python
- 4.9
Brief Introduction
Learn how to organise code with Object Orientated Programming with the help of many practical examples.Description
After this course you have learned how classes and objects help you to organise your code. You will see how OOP concepts like encapsulation, polymorphism and inheritance work in Python. You know how to design your programs and communicate the design with others. You have learned how to test your code effectively by writing Unit Tests to make sure your software is bug free and maintainable in the future.
Requirements
- Requirements
- You have beginners knowledge of Python, or another programming language like Java, C#, C++ or Javascript.