Question: For JAVA. Is the following an abstract data type (ADT)? public class Mylnt { public Integer myVal; public Mylnt add (mylnt A, mylnt B) {

For JAVA.
Is the following an abstract data type (ADT)? public class Mylnt \{ public Integer myVal; public Mylnt add (mylnt A, mylnt B) \{ return A.myVal + B.myVal; \} \} Not enough information No Yes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
