Hello. I am learning C++. Could anybody please let me know what the following code means? CMotion is a class name. Not sure if FrameArray is a class or a function name. Thanks.

CMotion::CMotion(void) : FrameArray()
{

}