+ 4
İ don't understand difference private protected?
5 Antworten
+ 4
private is more restrictive?
+ 11
In which language? in java?
+ 6
in Cpp, you can not use private attributes in derived classes. If you want to, just make them protected
+ 5
in Java and csharp. both
0
Very good