[Basic C++] 13 – Data Structure in C++ : What is a CLASS, definition, and explanation
2020. 6. 4.
In this post, I am going to talk about "Class" in C++. A class is the most fundamental element of "Objective-Oriented Programming" (OOP). At a time when C was invented by Dennis Ritchie in 1972, OOP was not a major concept of programming, thus everyone learned "Procedure-Oriented Programming" (POP). However, from early 1990, OOP became one of the major programming concepts. Now we do not only ha..