티스토리 뷰
Encapsulation (getters and setters) in C++
In C++, encapsulation is a very popular feature to hide data.
All data members have to be private so outside entities are not able to access the data directly. It protects the data from modifying. If change is needed, getter and setter function should be set to access the private data from outside.
Example code
'C++' 카테고리의 다른 글
Inheritance and Overriding in C++ with simple example (0) | 2018.11.07 |
---|---|
Constructor and Destructor in C++ (0) | 2018.11.06 |
Reference in C++ (0) | 2018.11.06 |
Class and Object in C++ (0) | 2018.11.06 |
Dynamic Allocation in C++ (0) | 2018.11.03 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- hackerrank
- substring()
- algorithm
- math.abs
- Collection Framework
- Javascript Algorithm
- 알고리즘
- 프로그래머스 알고리즘
- HackerRank Algorithm
- compareTo()
- hackerrank javascript solution
- Object type casting
- rest parameter
- hackerrank javascript
- spring boot application
- math.max
- ... in Javascript
- 프로그래머스 알고리즘문제
- easy algorithm
- java
- equals()
- string class in java
- easy javascript algorithm
- C++
- 프로그래머스
- javascript
- hackerrank solution
- HashMap
- code refactoring
- repeat()
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함