C vs C++ vs Lisp (156)

100 Name: #!/usr/bin/anonymous : 2008-08-13 20:26 ID:Heaven

>>97

> What I am saying is that C++ isn't very good at OOP because it does not treat objects, the basis of OOP, differently from other variables in a way that lends itself to the style of OOP.

Some languages approach OOP with a much greater focus on message passing instead of objects. I was introduced to OOP via C++, but when I got into languages like Lisp, Smalltalk, et al., I realized you can do OOP in a variety of ways. I think you should look into these sometime and expand your view of OOP and how it can work.

This thread has been closed. You cannot post in this thread any longer.