1.

What Is Type Safety?

Answer»

Type safe code can access only the MEMORY LOCATIONS that it has PERMISSION to execute. Type safe code can NEVER access any PRIVATE members of an object. Type safe code ensures that objects are isolated from each other.

Type safe code can access only the memory locations that it has permission to execute. Type safe code can never access any private members of an object. Type safe code ensures that objects are isolated from each other.



Discussion

No Comment Found