This site requires JavaScript, please enable it in your browser!
Greenfoot back
irishman
irishman wrote ...

2018/10/30

What does the super before (velocity) do?

irishman irishman

2018/10/30

#
public Asteroid(int size, Vector velocity)
    {
        super(velocity);
        setSize(size);
    }
iamdsd iamdsd

2018/10/30

#
get flamed bro!
You need to login to post a reply.