About this Course

This course is intended for serious computer hobbyists, IT
students, and IT professionals.
The free online textbook for this course is Visual C++
6 Unleashed. Read the Introduction
to the book.
Indicates links that take you away from the Free-Ed.Net site. Use the links on these
offsite pages carefully, and use the Back function on your browser to return to the
assigments.
|
Lesson 17. Designing Objects Using
Classes
In this lesson you will learn about:
- Encapsulating data and code using classes
- Comparing instance member classes with static member classes
- Constructors and destructors
- Creating an object interface
- Exposing object attributes as properties
- Exposing methods
- Instantiating objects from classes
- Binding an object reference to a variable
- Understanding object lifetime
- Releasing object references
Reading Assignments
Read the following sections from your free online textbook:
Understanding
Classes
Instantiating
Objects from Classes
-
Learning Activities
- Use this search box to refine and expand your understanding
of new terms and concepts in the reading assignments.
Read the Summary
of the lesson.
Test your understanding with the Q&A.
Visit the online Workshop.
- Return here after completing your Workshop session.
|
|