Friends and Nested Classes in C++
In the previous lesson, Namespaces in C++, we went through namespaces. In today's C++ tutorial, we're going to talk about friends and show how we can nest classes.
Friends
Every class can define its friends. Notice the explicit definition, i.e. "I choose my friends". This is very important because friends are a powerful technique that violates encapsulation and doesn't meet the ideas of the pure OOP. Once defined, friends have the ability to access private members of the class. If you think about it, it's absolutely against the rules that we've been talking about. Not only that a friend can access public and protected members to other class, it can even access private members, which is totally at odds with what we are trying to do - encapsulate the logic. On the other hand, if we really need to get to the fields, it's a better solution than to mark the field as public.
Usage
Friends are not used much and when they are, these are very close objects in
the sense of close cooperation - for example, let's consider a Map
class and a MapIcon
class. When we move the map, we need to move
the icon coordinates as well. One solution is to make the map a friend of the
icon which makes the map able to rewrite the coordinates of the icons. Another
case is
...End of the preview...

Premium article
ict.social is a large database made up of manuals and tutorials, whose main goal is to provide high-quality IT education to everyone. We started out in the Czech republic, where we display roughly a million articles per month and receive plenty of gratitude from our users. Thanks to our successful establishment, we are now bringing these articles to the rest of the world.
Although we are trying to keep our content free of charge, maintaining the site is a huge effort for everyone involved. Therefore, some content (exercises and more advanced material) costs network points. Don't worry, they're really cheap :)
Article description
Requested article covers this content:
We'll show the concept of friends in C++ and then how to create nested classes.
Buying this article gives you unlimited access to it forever. You will learn some more and help us keep giving our site maintenance which helps you and others get better futures. It's a win-win.
This article is licensed: Premium, by buying this article, you agree with the terms of use.
You gain points by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.
You can get points immediately using:
![]() |
![]() |
![]() |
Credit card | SMS | Wire transfer |