Please take a look at the codes below. I am supposed to implement a simple Chess program in java. Right the bottom of this code is the getTransfer() function, where I'm supposed to return an object of type ChessPiece, which is this class itself. How do i do this?
return this.something doesnt work. Any ideas?
Edit:
Solved..thanks to Yomicron.. You're DA man!!!
Loving this forum more every minute!
return this.something doesnt work. Any ideas?
Edit:
Solved..thanks to Yomicron.. You're DA man!!!
Loving this forum more every minute!
