Updated S6: Object Oriented Programming (markdown) authored by Rod Pérez's avatar Rod Pérez
![](https://github.com/davidrol6/2021-2022-PNE/raw/master/s6-OOP/Cover/Cover.png)
![](https://github.com/rodperex/PNE-wiki/blob/c46277dc03421f86d55cb3b1454e3624ac7075b1/Cover/Cover/cover.png)
# Session 6: Object Oriented Programming
......@@ -160,7 +160,7 @@ s2 = Seq()
Let's place a **breakpoint** in line 7
![](https://github.com/myTeachingURJC/2019-2020-PNE/raw/master/s6-OOP/oop-01.png)
![](https://github.com/rodperex/PNE-wiki/blob/master/s6-OOP/oop-01.png)
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**
......
......