Skip to content

Commit 71964d6

Browse files
committed
fixed img path
1 parent 3fa3827 commit 71964d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/OOPs!/chapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This tutorial is a quick and practical introduction to Object Oriented Programming in openFrameworks and a how-to guide to build and use your own classes.
66
By the end of this chapter you should understand how to create your own objects and have a lot of balls bouncing on your screen!
77

8-
![balls screenshot](balls_screenshot.png "balls screenshot")
8+
![balls screenshot](images/balls_screenshot.png "balls screenshot")
99

1010
##What is OOP
1111
Object Oriented Programming is a programming paradigm based on the use of objects and their interactions. A recurring analogy is to see a "Class" as a cookie cutter that can create many cookies, "the Objects". **[MH: I'd take a second to tell people unfamiliar with OOP why they should care.]** Some terms and definitions used within OOP are listed below:

0 commit comments

Comments
 (0)