This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
Programming-In-General
mirror of
https://github.com/brettlangdon/Programming-In-General.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fixed code example problem in OOP chapter
pull/1/head
Brett Langdon
14 years ago
parent
2b1cd2f056
commit
01fddcc76c
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
4 - Object Oriented Programming/1.1 - Classes and Objects.tex
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
f
unction
printName()
de
f printName()
print this.name
p = new Person()
BIN
Programming In General.pdf
View File
Write
Preview
Loading…
Cancel
Save