error: use of deleted function 'Hund4::Hund4()'
I am a newbie in C++. I wrote this code to understand the difference between public, protected and private. The problem is, when I create an object of Hund4, I get this error: use of deleted function This error is in the last line. Can you please help me to solve this problem? #include <iostream>… Read More error: use of deleted function 'Hund4::Hund4()'