#object-oriented-programming
Read more stories on Hashnode
Articles with this tag
In the last example, we have created our own small myFamily.db. Now let's take a look at the original family.l document which you can download from...
Now we know how we can save objects to a persistent data base file, let's see what other tools we have to make life easier for us. For this purpose,...
Before we return to the "Web Application Programming" tutorial, let's take a look at the Rosetta Code tasks about Object Oriented Programming, which...
In the previous post, we showed how to define classes and their methods and properties in PicoLisp using the class and dm functions. We have already...
"Object-oriented programming is an exceptionally bad idea which could only have originated in California." (Edsger W. Dijkstra) ยท Today we will explore...