Navigation
index
next
|
previous
|
IanFang Course Note Hosting documentation
»
COP 3530 Data Structure and Algorithm Design
»
COP 3014 Algorithm and Program Design
»
Chapter 4 Objects and Classes
Chapter 4 Objects and Classes
ΒΆ
Contents:
Objects and Classes in C++
Concepts
Class Declaration
Methods
Data Initialization of Non-Static Instance Variable
Using Class/Object
UML Class Diagrams (FYI)
Static Members (FYI)
Class Example
Reference-typed Instance Variable in Class
TR;DR
Overview
Example
Optional contents:
Testing in C++
Motivation
Simple Test Run
Assertions
Testing Frameworks
Testability
Class identification
Introduction
My Recommended Method
How to learn
Notations
Example
Previous topic
Testing in C++
Next topic
Objects and Classes in C++
This Page
Show Source
Quick search
Navigation
index
next
|
previous
|
IanFang Course Note Hosting documentation
»
COP 3530 Data Structure and Algorithm Design
»
COP 3014 Algorithm and Program Design
»
Chapter 4 Objects and Classes