I am Tamas from Hungary. I am beginner java developer and i have got a little problem with inheritance. My source code:

package oroklodes;
class MyClass {
private int anInt=4;
public String...