# Introduction In this lab, we will learn how to demonstrate the concept of `Friend Function` in the C++ programming language. We will create a `Volume` class with private member variables and use a `Friend Function` to access these private variables outside of the class.
Click the virtual machine below to start practicing