Data Abstraction Are reference issues possible with the "int" type? Yes-ints are stored indirectly as objects. Yes addre
Posted: Mon Jun 06, 2022 6:24 pm
Data Abstraction Are reference issues possible with the "int" type? Yes-ints are stored indirectly as objects. Yes addresses are themselves integers so they act as pass by reference variables. O No-ints are protected at compile time from being changed. No it is a primitive type and is stored directly