AllenDowney / ThinkPython2

LaTeX source and supporting code for Think Python, 2nd edition, by Allen Downey.
Other
2.49k stars 1.65k forks source link

glossary 17.2: object-oriented programming: possible too restrictive definition #99

Open jgmbenoit opened 2 years ago

jgmbenoit commented 2 years ago

What bother me a bit is into classes and methods: I find this restrictive. In language C we can program in an oriented manner without involving classes and methods. (Note that I have a good practice of C but without a theoretical background in programming.)