You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public abstract Tuple<Integer, Integer> getSourceCodeLines();
And then if all of the other classes, we can have something like:
public abstract Tuple<Integer, Integer> getSourceCodeLines(){
return this.getCodeLines(). functionFromTheCodeLinesClass -> that returns the Tuple<Integer, Integer> you have it defined already ;)
}
The text was updated successfully, but these errors were encountered:
Define the following:
public abstract Tuple<Integer, Integer> getSourceCodeLines();
And then if all of the other classes, we can have something like:
public abstract Tuple<Integer, Integer> getSourceCodeLines(){
return this.getCodeLines(). functionFromTheCodeLinesClass -> that returns the Tuple<Integer, Integer> you have it defined already ;)
}
The text was updated successfully, but these errors were encountered: