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