I\'ve got a class Results which extends ArrayList. I\'ve got an object i which has a function i.getResults() w
Results
extends ArrayList
i
i.getResults()
You can't - ArrayList isn't a Results. Results is an ArrayList though, you could assign the other way.
ArrayList