Shallow vs Deep Copy in Java

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

It is great that you speak slowly and clearly.
In most cases Google's automatic translation understands you well.
This allows people around the world to view these lectures.
Thanks

shiloovrani
Автор

Vielen Dank !! Ich hatte dieses Thema in Programmierung 1 nicht wirklich verstanden aber dieses Video hat das Thema tiefe und flache Kopie hervorragend erklärt 👍

Hafiyyanc
Автор

excellent, I noticed that what I needed was a deep copy, thank you very much for this contribution!

oscarllamas
Автор

You are my favourite faculty. awesome video...

dilipjain
Автор

Hands down the best explanatory video I've seen so far

Ali-miup
Автор

Marcus you did an excellent job on this video. Thank you very much!

eduardoserrano
Автор

clear explanation. I used this logic in python.

krishnaaryal
Автор

lol, "only to find out that his mommy has joined him." that would be funny.

badbadboy
Автор

Thanks, its a clear lesson that we can understand !

Aybmhm
Автор

simple explanation & very professional

minaamir
Автор

hi Marcus,
Thanks for sharing this video tutorial.
But Please provide the real live project example where we can use the shallow copy and deep copy.

manishgudral
Автор

thanks a lot for this wonderful explanation.

flipper
Автор

Are you using a different Person constructor to construct the mother object?

nicholascousar
Автор

I don’t get it. The constructor has only one parameter: Person otherPerson. But when u create the Person object you put new name and new address in the constructor?!

Tony.Nguyen
Автор

1.As we know we cannot instantiate Abstract class then why there is no restriction for taking constructor in Abstract class?

harishchowdarysure
Автор

Everything cool up to minute 4, then I got confused maybe it is because I am such a beginner.

adriansalabanzi
Автор

I understood the diference between the copies but stil can't know how to do a deep copy of my object.

LucasAlfare