Why do managed languages use references and not pointers?

Why do managed languages use references and not pointers?

Why do managed languages use references and not pointers?

A.
Pointer notation requires more characters than reference notation.

B.
Pointers are stored by using a fixed amount of memory.

C.
Pointers are not type-safe.

D.
Null pointers can lead to run-time errors.



Leave a Reply 2

Your email address will not be published. Required fields are marked *