-
Book Overview & Buying
-
Table Of Contents
Microsoft Visual C++ Windows Applications by Example
By :
As C++ is an object-oriented language, it fully supports the object-oriented model. Even though it is possible to write working programs in C++ only by means of the techniques presented in the previous chapter, I strongly suggest that you learn the techniques of this chapter. They are what makes C++ a modern and powerful language. This chapter covers the following topics:
First, we look into the theoretical foundation of the object-oriented model. It consists of the three cornerstones and the five relations.
The basic feature of the object-oriented model is the class. A class can be instanced into an object. A class consists of members, which are functions or variables. When located inside a class, they are called methods and fields.
A class can inherit another class with its members. A method of the baseclass can be virtual, resulting in dynamic binding. This means that the methods connected to an object is bound during the execution of the program...
Change the font size
Change margin width
Change background colour