-
vector
- push_back()
- size() (for iteration)
-
inheritance
- pure function(virtual) in Base class must be implemented in Derived class
- public inheritance
- [public] and [protected] members of the base class keep their member access in the derived class
- but, [privated] members of the base class are inaccessible to the derived class.
-
'this' pointer
- hidden argument of object
- ...
-
Notifications
You must be signed in to change notification settings - Fork 0
munjkim/Object-oriented-programming
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
with studying C++
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published