Invocation of instance function

The classMain function uses the pointer variable and the pointer-to-member operator (->) to invoke the instance function named doSomething on the object that was instantiated from the class named Hello2.