The precise quote:
Objective-C is a strict superset of C. That is, you can compile any C program with an Objective-C compiler and obtain a meaningful executable, which can't be said of C++.
This is true. C++ is not a strict superset of C.