This is my base class:
abstract public class CPU extends GameObject { protected float shiftX; protected float shiftY; public CPU(float x, float
If you don't specify any default constructor then at the compile time it will give you this error "constructor in class cannot be applied to given type;" Note: If you created any parameterized constructor.