Friend in C++
Friend Friend allows access to members and methods declared private or protected by other classes or functions of other classes. It is used only in unavoidable situations such as operator overloading because it is in violation of encapsulation. Example code 12345678910111213141516171819202122232425262728293031using namespace std; class Apple; //forward declaration class Banana{private: int m_cou..
C++
2018. 11. 22. 12:26
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- C++
- Collection Framework
- java
- math.abs
- javascript
- HashMap
- repeat()
- hackerrank solution
- 프로그래머스 알고리즘
- string class in java
- easy javascript algorithm
- hackerrank javascript
- ... in Javascript
- Object type casting
- code refactoring
- HackerRank Algorithm
- easy algorithm
- hackerrank javascript solution
- Javascript Algorithm
- math.max
- 알고리즘
- hackerrank
- substring()
- 프로그래머스 알고리즘문제
- compareTo()
- equals()
- spring boot application
- rest parameter
- 프로그래머스
- algorithm
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
글 보관함