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
- java
- algorithm
- easy algorithm
- 프로그래머스
- code refactoring
- javascript
- easy javascript algorithm
- HackerRank Algorithm
- rest parameter
- math.max
- 프로그래머스 알고리즘문제
- string class in java
- math.abs
- HashMap
- spring boot application
- compareTo()
- hackerrank javascript solution
- Collection Framework
- repeat()
- substring()
- hackerrank
- ... in Javascript
- 프로그래머스 알고리즘
- hackerrank javascript
- equals()
- Object type casting
- Javascript Algorithm
- C++
- 알고리즘
- hackerrank solution
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함