summaryrefslogtreecommitdiff
path: root/7p20.cpp
blob: 7df1af39b550b5232e9a642e1bb0d076730f99aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

/*
 *
 * 7.20
 *
 *
 */

int main () {

	// A friend is able to access private members of a class
	// Not sure about pros and cons
	return 0;
}