patterns/python/porting-notes.md at master · markmontymark/patterns · GitHub
Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 222 Bytes

File metadata and controls

13 lines (6 loc) · 222 Bytes

Porting Notes

While porting original Java sources to Python, there are bound to be differences in syntax and how to go about creating interfaces and abstract classes.

Abstract Classes

TODO

Interfaces

TODO