2
Reply

What is type safty in c#.

Alok Gupta

Alok Gupta

Sep 28, 2013
1.2k
0

    Type-safe code accesses only the memory locations it is authorized to access.For example, type-safe code cannot read values from another object's private fields. It accesses types only in well-defined, allowable ways

    Raghvandra Shukla
    April 06, 2016
    0

    Type safty means we are storing value in specific allocated datatype for the value. And the datatype should not accept any other value in different format. for similar kind questions in c# you can refer this link c# interview questions

    Krishna Mohan
    May 26, 2014
    0