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