dimanche 9 mai 2021

Which design pattern is this in c++?

enter image description here

Filestream fs = new FileStream ( "X.zip");  
BufferedStream bs = new BufferedStream(fs);  
ZipStream zs = new ZipStream(bs);

which design pattern is this ? thank you

Aucun commentaire:

Enregistrer un commentaire