Skip to content

This is the fourth of ten introductory modules on Object-Oriented Programming (OOP) in C++. Core concepts explored in this module are: inheritance, access specifiers in inheritance, constructor and destructor chains, method overriding, diamond problem

License

Notifications You must be signed in to change notification settings

teresa-chow/42-cpp03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP Module 03 - C++ Fundamentals

42 School: Rank 4

This is the fourth of ten introductory modules on Object-Oriented Programming (OOP) in C++.

Core concepts explored in this module are:

  • inheritance (single inheritance)
  • access specifiers in inheritance (public, protected, private)
  • constructor and destructor chains
  • method overriding
  • diamond problem

About

This is the fourth of ten introductory modules on Object-Oriented Programming (OOP) in C++. Core concepts explored in this module are: inheritance, access specifiers in inheritance, constructor and destructor chains, method overriding, diamond problem

Topics

Resources

License

Stars

Watchers

Forks