Lec18-OOP
Contents
Object-Oriented Programming
class
|
|
Python uses dynamic typing…… 😋
Binding an object to a new name does not create a new object. It creates a new reference to the same object.