A programmer is going to the grocery store and his wife tells him, "Buy a gallon of milk, and if there are eggs, buy a dozen." So the programmer goes, buys everything, and drives back to his house. Upon arrival, his wife angrily asks him, "Why did you get 12 gallons of milk?" The programmer says, "There were eggs!"
java: did you know that c++ isn't a true oop language.
its a procedural language with classes.
c++: those classes cover the full range of the definition of an oop language.
what features can you list that cannot be represented effectively in c++.
java: well nothing, but c++ doesn't implement the "extends" keyword.
c++: well thanks to your granpa "c" we can sort this out for you:
<code>
#define extends :public
class A
{
};
class B extends A
{
};
</code>
sorted now???
java: see fake "extends" keyword as well as fake classes.
c++: you were created from me.
so saying my classes are fake is like saying your dad has no dick.
so then maybe you were a test tube experiment, which would explain why you are so screwed up.
void fast_function() {
// the key to making code fast is to
// to have it do as little
// as possible. This function
// should be well optimised :+)
// Well a no-op at least
}