Actually, it turns out that it does! I didn't know this before today.
Since you mentioned the inflexion point, I'm guessing you know calculus. So the proof goes a little something like this:
f(x)=ax^3+bx^2+cx+d
f'(x)=3ax^2+2bx+c
f''(x)=6ax+2b
Now obviously to find where the inflexion point is, we let the second derivative equal to 0, so we get
6ax+2b=0
x=\frac{-b}{3a}
Now, the most important point in this proof is the part that comes next. We know that functions are odd or even based on some simple properties f(-x)=-f(x) and f(x)=f(-x) respectively, but this only applies to functions that are odd or even about the y-axis.
What we're trying to prove is if all cubics are odd about their inflexion point (most of the time their inflexion point is not on the y-axis, so whenever b\neq 0).
Before we try to figure out what we're supposed to be evaluating, let's take a simpler example:
g(x)=x^2-2x+1=(x-1)^2
How can we prove that g(x) is an even function about its turning point? Well, if we evaluated g(x+1), we will get g(x+1)=x^2 which is an even function as we know, but how do we show that?
That is, we can't just slap the even property of f(x)=f(-x) onto g, because then we'd be trying to solve g(x+1)=g(-(x+1)) and g(-x-1) is not equal to g(x+1). So what is? Well, if it turns out that we need to solve g(x+1)=g(-x+1).
You should try figure out why this is for yourself.
Ok, so applying what we've discovered to the cubic, it turns out that we want to see if
f\left(x-\frac{b}{3a}\right)=-f\left(-x-\frac{b}{3a}\right)
which if true, satisfies the proof that all cubics are symmetric about their inflexion point.