Browse Source

Fixed code example problem in OOP chapter

pull/1/head
Brett Langdon 14 years ago
parent
commit
01fddcc76c
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      4 - Object Oriented Programming/1.1 - Classes and Objects.tex
  2. BIN
      Programming In General.pdf

+ 1
- 1
4 - Object Oriented Programming/1.1 - Classes and Objects.tex View File

@ -108,7 +108,7 @@ class Person
public name
private age
function printName()
def printName()
print this.name
p = new Person()


BIN
Programming In General.pdf View File


Loading…
Cancel
Save