Python Programming - References and Values (Call by Reference and Call by Value)

preview_player
Показать описание

In this lecture we are going to consider one of the most important concepts in programming - the differences between call by reference and call by value.

It is an interesting problem in programming whether the given variable is updated directly or just a copy of that variable is manipulated. So we consider several cases with function calls and parameter updates.

In the video we will discuss the crucial differences between mutable and immutable objects as well.

Let's get started!

Рекомендации по теме
Комментарии
Автор

Literally the best video on call by reference (python)😃

Manishincode
Автор

Great Video. Finally able to understand.

ABHISHEKKUMAR-rvnp