Answer to Question #554 in C++ for Irene

Question #554
What is the difference between operators “.” and “->”? When should each of them be used?
1
Expert's answer
2010-08-09T10:37:39-0400
Operators “.” and “->” are class member selectors. The first is used to access the members of the class directly from the object. The second – from the pointer to this object. However, if the class is non-trivial, you have the possibility to overload the operator “->” and return a pointer to another object, whose methods and will be called.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS