adplus-dvertising
frame-decoration

Question

What is type safety?

a.

Allowing for unsafe typecasting in programming languages

b.

Ensuring that data types are not misused in programming languages

c.

The ability to support multiple levels of inheritance in programming languages

d.

The ability to explicitly delete objects in programming languages

Posted under Reverse Engineering

Answer: (b).Ensuring that data types are not misused in programming languages Explanation:Type safety means that programming languages do not allow any misuse of data types, such as unsafe typecasting.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is type safety?