A quick question about const objects

If I pass a const object to a function by reference, is it true that I cannot "use" any of its member functions? If so, why?
You can use const member functions
Ah, makes sense. Thank you.
Topic archived. No new replies allowed.