summaryrefslogtreecommitdiff
path: root/day1/Session-3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'day1/Session-3.tex')
-rwxr-xr-xday1/Session-3.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/day1/Session-3.tex b/day1/Session-3.tex
index 52b36c9..8ce2e2d 100755
--- a/day1/Session-3.tex
+++ b/day1/Session-3.tex
@@ -78,7 +78,7 @@
\author[Asokan \& Prabhu] {Asokan Pichai\\Prabhu Ramachandran}
\institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
-\date[] {25, July 2009}
+\date[] {10, October 2009}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo}
@@ -369,6 +369,7 @@ for line in urllib2.urlopen('http://site.com'):
print line
\end{lstlisting}
\end{frame}
+
\begin{frame}{And the winner is \ldots OBJECTS!}
All objects providing a similar inteface can be used the same way.\\
Functions (and others) are first-class objects. Can be passed to and returned from functions.