What is object pointer in Cpp?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: Cpp LanguageWhat is object pointer in Cpp?
chetan shidling asked 6 years ago

I need short information.

1 Answers
chetan shidling answered 6 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.