0
What happens if we remove the private declarations ?
I tried it in the code .. it was showing errors and not compiling... but it must compile right?? private is just declared so that those variables can't be changed ? so why is it not running the programme ?
1 Antwort
+ 13
If you do not declare your private objects, they do not even exist.