In this lesson, students learn about pointers, a variable that holds a memory address. Pointers are one of the key concepts in learning programming and are used for implementing several data structures.
Students will be able to:
*
)&
) and a new memory address using the new
keyword->
) to methods through a pointer in lieu of using the dot operator (.
)These are all the activities included in the lesson