Approach and Coverage
Get to know the methodology and sequence of topics.
We'll cover the following
Methodology
The code samples in this course are written in the C++ programming language. However, to make the course accessible to readers not familiar with all of C++ constructs and keywords, the code samples have been simplified. For example, a reader won’t find any of the keywords public
, protected
, private
, or static
. A reader also won’t find much discussion about class hierarchies. Which interfaces a particular class implements or which class it extends, if relevant to the discussion, should be clear from the accompanying text.
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy