Name: Anonymous 2017-06-28 6:16
Discuss.
Java's brain-damaged crap ``OOP'' is why so many people think OOP is a problem.False. Otherwise it wouldn't be a language to teach introductory programming.
Eiffel teaches OOP concepts wellEiffel is also a dead language. There's virtually no useful software written in it, and its own compiler costs $500+.
int
and Integer
are different? Java is good for causing confusion and turning students into brain-damaged zombies.Can you explain why 0123 isn't the number 123Because 0 is an octal literal, just like in every other C-based language.
why int and Integer are different?Because the latter is a class and contains the
int
related methods.Eiffel is for writing real-world programshaha are you serious? That may have been true when it first came out, but as soon as other OOP languages popped up, Eiffel died and now barely in use.
public static void main
crap means. and its own compiler costs $500+