Skip to content

munjkim/Object-oriented-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object oriented programming(with C++)

finalTestReview

  • 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
    • ...

About

with studying C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages