C vs C++ vs Lisp (156)

71 Name: #!/usr/bin/anonymous : 2008-07-29 16:07 ID:2q0SLCR7

>>70

C++ fails at OOP.

Having reference variables (variables that always hold a reference to an object) makes sense. Most modern OOP languages do that. C++ does not. You can certainly get a reference to an object, but C++'s default variable behavior is not to automatically provide the reference as it should.

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