What is object pointer in Cpp? All Questions › Category: Cpp Language › What is object pointer in Cpp? 0 Vote Up Vote Down chetan shidling asked 4 years ago I need short information. 1 Answers 0 Vote Up Vote Down chetan shidling answered 4 years ago Object pointers are useful in creating objects at run time. With this, the object pointers can access the public members of an object.