Home > Learn C++ Programming > Learn C++ Programming > OOP Basics: Classes and Objects Show previous contentTry this exercise. Fill in the missing part by typing it in.In C++, to access methods of an object we use the syntax: objectName.___(parameters);. Fill in the blank.Write the missing line below.SubmitReveal answer Show following content