Wrox Press C++ Tutorial


Chapter 6 - Structuring Your Data Using Classes

This chapter is all about creating your own data types to suit your particular problem. We'll learn how to create objects - the building blocks of object-oriented programming. An object can seem a bit mysterious to the uninitiated but, as we shall see in this chapter, an object is just an instance of one of your own data types.

In this chapter you will learn about:


© 1998 Wrox Press