i'm looking for a language that does object-oriented well. speed isn't a huge concern, portability would be nice.
Name:
Anonymous2007-04-08 3:26 ID:ljeNPUj1
What i like about OO Programming is the possibility, or rather necessarity, to put methods and attributes into classes to increase clarity. I started with OOP to begin with and when i had to use the non OOP winapi in c++, i saw what a blessing classes truly are. IntelliSense listed like hundreds of winapi methods, all inside the global namespace. Seriously, what the fuck?