C++ Classes


Overview/Description
Target Audience
Prerequisites
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
A class defines what an object is and includes the data and functions for manipulating that data. Discover how to correctly define and use classes in your C++ programs.

Target Audience
Individuals looking to learn C++ programming, or experienced C++ programmers wishing to refresh or improve their skills

Prerequisites
None

Expected Duration (hours)
1.1

Lesson Objectives

C++ Classes

  • start the course
  • create a class in C++
  • add a private member to a class in C++
  • add a protected member to a class in C++
  • add public members to a class in C++
  • create a class constructor in C++
  • create a class deconstructor in C++
  • create a class with overloaded constructors in C++
  • create a class with a default constructor in C++
  • create a pointer in C++
  • create a struct in C++
  • create a union class type in C++
  • create a class with overloaded operators in C++
  • create and use classes in a C++ application
  • Course Number:
    sd_cpro_a04_it_enus

    Expertise Level
    Beginner