🔥Implementing Deep Copy | Design Pattern Series

preview_player
Показать описание
Implementing Deep copy while clonning java object .

Full series

Important Videos:

Important Playlist:

Important Links:

Disclaimer:
All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.
Рекомендации по теме
Комментарии
Автор

Sir - I have a doubt that during deep copy, you have created the NetworkConnection object using new keyword, what if the constructor involves complex logic? If we are going to use new Keyword to create NetworkConnection Object then why call clone in the first place, we can call the constructor directly from client side - but how then does it follow the spirit of Protoype Design Pattern?

VinayakSharma-ju
Автор

Please create a project where we can include chatGPT API in our application from where we fire request front end by asking any questions & it will process in backend completely and pass the result. Or only backend also fine.

Very few videos available in YouTube regarding this, hence explain this concept. Full Stack representation will be appreciated 😊

purnasahu
Автор

Hi Durgesh,
I have one doubt, in case of deep copy we are creating new object when clone method is being called, but in previous video of prototype design you told that we copy an existing object rather than creating a new instance from scratch.
So, how deep copy will follow prototype design pattern?

dhruvgoel
Автор

Hi Sir
please Provide JavaEE Design Pattern pr bhi video lao

ShivamKumar-sefo
Автор

Hi sir i am from CSE background and now i have 3 offers please suggest which one is better for me?

1. Infosys system engineer 3.6lpa
2. SYMB technology software engineer 4lpa
3.Tata Steel AEP CS/IT domain 7lpa

ayushrastogi
Автор

This is literally deep cloning, nothing prototype design pattern here.

In prototype, one can clone(deep) different objects of superyype using an interface.

thevagabondyt
Автор

this is wrong way to clone a object. what bullshit is this :/

suar_pilla