(Part II of C++Series) - C++Class and Object Story (Part I)

Learn object-oriented programming ideas, learn the syntax and use of C++classes and objects, and lay the foundation for subsequent simulation cases.

8180 people study

primary 17 class hours Updated 2020/04/05

 QR code Download the school APP Cache video for offline viewing

 Yuan Chunxu
    • Best selling package
    • Selected Package
    • Popularity package
    • Exclusive package
    • High salary package
C language development engineer professional learning package
C Language Programming Basic Video Course (7-Day Success)
262370 people study
¥49.00
C Language Course Sublimation Chapter - Typing Games (7-Day Butterfly)
22506 people study
¥29.00
Linux Basics Tutorial
29070 people study
¥5.00
More 45 courses
Seven Day Success - From C/C++to Flash AS3 [Series Courses]
C Language Programming Basic Video Course (7-Day Success)
262370 people study
¥49.00
(Part II of C++Series) - C++Class and Object Story (Part I)
8180 people study
¥19.00
(Part 3 of C++Series) - C++Class and Object Story (Part 2)
5338 people study
¥19.00
More 6 courses
Windows Senior Software Engineer
C Language Programming Basic Video Course (7-Day Success)
262370 people study
¥49.00
Complete collection of classic data structures (C++version)
67979 people study
¥119.00
Complete set of basic courses of Windows programming (7-day success)
71059 people study
¥199.00
More 10 courses
WINDOWS Software Engineer's Road (7 Days of Becoming a Butterfly - 70 Days of Madness) Video Feature
C Language Programming Basic Video Course (7-Day Success)
262370 people study
¥49.00
Complete collection of classic data structures (C++version)
67979 people study
¥119.00
Complete Collection of C++Excellent Courses (7-Day Success)
218763 people study
¥99.00
More 8 courses
WINDOWS Software Engineer's Road (7 Days of Becoming a Butterfly - 70 Days of Madness) Video Feature
C Language Programming Basic Video Course (7-Day Success)
262370 people study
¥49.00
Complete collection of classic data structures (C++version)
67979 people study
¥119.00
Complete Collection of C++Excellent Courses (7-Day Success)
218763 people study
¥99.00
More 8 courses
  • Course Introduction
  • Course outline

Suitable for:

Program enthusiasts, C language beginners, C++beginners, veterans, people who want to change to the IT industry

You will learn:

Learn object-oriented programming ideas, learn the syntax and use of C++classes and objects, and lay the foundation for subsequent simulation cases.

Course introduction:

[7-Day Chengdie-C++Class and Object Story] Through the learning of this course, the object-oriented programming idea is gradually formed.

This course describes a series of contents such as class definition, data members, member functions, constructors, destructors, object applications and definitions. Through the learning of this course, you can quickly improve the level of programming, understand the internal principles of programs, and understand the nature of classes and objects. It is also the basis of the follow-up courses.

Expand more

Course outline- (Part II of C++Series) - C++Class and Object Story (Part I)

  • Chapter 1 warm-up (43 minutes Section 4)

  • 1-1

    Description of the Seven Day Chengdie Curriculum System (2020) At present, more than 80 courses of the 7-day Chengdie series have been launched, covering a full range of contents from basic to advanced, from elementary to advanced, from C language to PHP, from development to operation and maintenance, from windows to linux, how to grasp the main line of learning, how to determine the direction as soon as possible, how to evaluate self value, and how to evaluate personal compensation, all of which are described in this section.

    "Only for paying users" Click to download "Seven Day Success Course Quick Link 2020.txt"

    [20:53]
  • 1-2

    (Day 1) What to learn Explain the content of this course and the programs that can be written after learning.

    "Only for paying users" Click to download "1_Lesson 1 (Overview of Classes and Objects). pdf"

    [06:10]
  • 1-3

    (Day 1) Class definition and access control Describe the concept of class and object and access qualifier.

    "Only for paying users" Click to download "2_Lesson 2 (Class and Object Definition). pdf"

    [11:54]
  • Chapter 2 Attribute encapsulation (7 minutes Section 1)

  • 2-1

    (Day 2) Attribute encapsulation and read-only attribute Describe the encapsulation method and reason of attributes, and the definition of read-only attributes.

    "Only for paying users" Click to download "3_ Lesson 3 (attribute encapsulation). pdf"

    [07:52]
  • Chapter 3 Object Instantiation (19 minutes Section 1)

  • 3-1

    (Day 2) Object instantiation and member access The two instantiation methods of objects and different member access methods of different instantiation methods are described, and the precautions and key usage are explained in depth through code demonstration.

    "Only for paying users" Click to download "4_ Lesson 4 (Object Instantiation and Member Access). pdf"

    [19:10]
  • Chapter 4 Definition of class (31 minutes 3 sections)

  • 4-1

    (Day 3) In class definition and inline function Describe what is the definition inside the class, what is the definition outside the class, what is the inline function, and the relationship between the definition inside the class and the inline function. The relationship between inline functions and macro functions.

    "Only for paying users" Click to download "5_5 (Class and object are defined separately). pdf"

    [09:18]
  • 4-2

    (Day 3) Out of class definition and naming rules The two forms of out of class definitions and the naming rules of industry peers are described in detail.

    "Only for paying users" Click to download "6_Lesson 6 (out of class definitions and naming rules). pdf"

    [09:31]
  • 4-3

    (Day 3) Off category definition practice The method and precautions of the definition outside the same document category and the definition outside the document category are explained through the procedure.

    "Only for paying users" Click to download "6_Lesson 6 (out of class definitions and naming rules). pdf"

    [12:46]
  • Chapter 5 stick together in life and death (42 minutes 5 sections)

  • 5-1

    (Day 4) Constructor (I) Explain the definition and calling rules of special functions and constructors in class definition.

    "Only for paying users" Click to download "7_Lesson 6 (Constructor). pdf"

    [14:51]
  • 5-2

    (Day 4) Constructor (2) The definition method and calling principle of constructor are explained through code.

    "Only for paying users" Click to download "7_Lesson 6 (Constructor). pdf"

    [05:32]
  • 5-3

    (Day 4) Initialization list This paper describes the usage and principle of constructor initialization list and the necessity of initialization list.

    "Only for paying users" Click to download "7.5_Lesson 6 (Initialization List). pdf"

    [09:43]
  • 5-4

    (Day 5) Copy constructor The definition method calling occasions and code examples of the copy constructor are described.

    "Only for paying users" Click to download "8_Lesson 7 (constructor). pdf"

    [06:55]
  • 5-5

    (Day 5) Class destructor Explain the function and calling method of destructor in class definition.

    "Only for paying users" Click to download "9_Lesson 8 (Destructor). pdf"

    [05:06]
  • Chapter 6 Interlocking sleeve (26 minutes 3 sections)

  • 6-1

    (Day 7) Make the finishing point Supplement and sublimate the knowledge of this course, and preview the content of subsequent courses.

    "Only for paying users" Click to download "11_ Lesson 11 (finishing touch). pdf"

    [03:20]
  • 6-2

    (Day 6) Target members (I) This article explains the situation of an object as a data member of another class, and details its nested initialization and destruction process.

    "Only for paying users" Click to download "10_ Lesson 10 (target members). pdf"

    [03:35]
  • 6-3

    (Day 6) Target members (II)

    "Only for paying users" Click to download "10_ Lesson 10 (target members). pdf"

    [19:43]
on-line
customer service
APP
download

Download Android client

Download iPhone client

official
WeChat

Follow official WeChat

return
Top