Programming in C++: Working with Classes


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



Overview/Description
As an object oriented programming language, one of the most powerful features of C++ is the ability to make custom objects and types. In this course, you'll explore the basics of creating custom classes and object oriented programming in C++.

Target Audience
Developers looking to improve their skills in C++

Prerequisites
None

Expected Duration (hours)
1.0

Lesson Objectives

Programming in C++: Working with 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 a class using the this keyword in C++
  • create a C++ class with static members
  • declare a friend function in C++
  • declare a friend class in C++
  • create a C++ class with inheritance
  • create a C++ class with multiple inheritance
  • Course Number:
    pg_pcpp_a01_it_enus

    Expertise Level
    Beginner