Introduction to C++ Programming for Non-C Programmers
Course Number: 632-TES
Recommended Duration: 5 days
Course Overview: This course covers introductory topics in C++.
Objectives: You will learn how to create C++ programs.
Prerequisites
You must have one year of programming experience using a modern programming language.
NOTE: Students whose only experience is with COBOL or with scripting languages (e.g. HTML, XML, JavaScript) should first take an introductory course in C before taking a course in C++.
Topics
-
Program
-
Type
-
Operator
-
Statement
-
Array
-
Pointer
-
Reference
-
Const
-
Scope
-
Function
-
Overloaded function
-
Header File
-
Class
-
Attribute
-
Operation
-
Object I/O
-
Constructor
-
Destructor
-
How to add an attribute to a class
-
1-1 Association
-
1-Optional Association
-
1-Many Association
-
Aggregation
-
Inheritance
-
Overriding
-
Substitutability
-
Polymorphism
-
Abstract Class
-
Overloaded Operator
-
Stream
-
File I/O
|