Gabriele Amoroso

Greenhorn
+ Follow
since Aug 15, 2015
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
3
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Gabriele Amoroso

Can anyone explain me why this code does not works?



When I try to compile it, I get this error message:
C.java:3: error: m() in C cannot implement m() in A
void m() {
^
attempting to assign weaker access privileges; was public

I do not undestand why this happens.
8 years ago