Changes
Page history
Updated S6: Object Oriented Programming (markdown)
authored
Sep 06, 2022
by
Rod Pérez
Show whitespace changes
Inline
Side-by-side
S6:-Object-Oriented-Programming.md
View page @
a72cd0e0


# Session 6: Object Oriented Programming
...
...
@@ -160,7 +160,7 @@ s2 = Seq()
Let's place a
**breakpoint**
in line 7


Press the
**step over**
option twice. On the variable panel we will see the
**two new objects**
created:
**s1**
and
**s2**
. Notice that they are of
**type Seq**
...
...
...
...