2. First Steps in Object-Oriented Programming
In this chapter and the next chapter you will learn
- the essence of object-oriented programming (OOP);
- how OOP works in practice.
This chapter introduces you to the basics only. Class hierarchy and
inheritance will be discussed in the next chapter.
The main example used to explain object-oriented
programming at practical level is about drawing letters on the computer
screen.