Class members are accessed via the __________ operator in conjunction with the name of an object (or reference to an object) of the class or via the _____________ operator in conjunction with a pointer to an object of the class.

Fill in the blank(s) with the appropriate word(s).

dot (.), arrow (->).

Computer Science & Information Technology

You might also like to view...

When do you need one?

What will be an ideal response?

Computer Science & Information Technology

(Removing the continue Statement) Describe in general how you’d remove any continue statement from a loop in a program and replace it with some structured equivalent. Use the tech- nique you developed here to remove the continue statement from the program of 4.12.

What will be an ideal response?

Computer Science & Information Technology