Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please see our video player troubleshooting guide to resolve the issue.

Python vs Java: Object Oriented Programming (Summary)

Throughout this course, you learned how object-oriented principles differ in Python vs Java.

You learned about:

  • Building a basic class in both Java and Python
  • How object attributes work in Python vs Java
  • How to compare and contrast Java methods and Python functions
  • Working with inheritance and polymorphism mechanisms in both languages
  • How reflection works across Python vs Java
  • How to apply everything in a complete class implementation in both languages

If you want to learn more about OOP in Python, be sure to check out these resources:

Download

Sample Code (.zip)

35.3 KB
Download

Course Slides (.pdf)

1.7 MB

Alain Rouleau on July 1, 2021

Good insights and comparisons as it relates to Python and Java. Very much enjoyed the videos. Thanks a lot!

Become a Member to join the conversation.