Private Methods
In this lesson, we'll learn how to implement private functions in an object.
We'll cover the following...
We'll cover the following...
What are Private Methods?
In the last lesson, we implemented the rectangle type and created an object out of it. All of its functions were public.
Sometimes, we need to create functions for our own ease. These ...