This statement is false.
We know if we declare a function inside a class, it is implicitly inline function.
Eventhough we explicitly write inline keyword for a function inside a class, compiler does the same.
It doesnt raise compile time error.
Hence, this is a false statement & correct option to choose according to the question.