Help with accessing a get method without causing a stackoverflow error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help with accessing a get method without causing a stackoverflow error

First I just did arrObj[countOne].getExtended, but it says getExtended does not exist in the Stock class and suggests me to make one ( but it has to be in the Etf class ). So I created an object etf in the Stock class (Etf etf = new Etf()) and did etf.getExtended() . but this causes a stackoverflow error. https://code.sololearn.com/WvtIjxxs6A5o/#js

6th Apr 2020, 1:08 AM
Fare Jare
Fare Jare - avatar
0 Answers