I was wondering if it was possible for me to implement an interface after the object has been created?
I have'nt found anything on it except for this link but it's not really what i'm looking for plus it's for android programming
Is there any way to acheive this or do i have to extends the object then add the interface to it?
No code as it is a theorical question.