Qus:    What are type safe function pointers?
Dec 17, 2020 16:15 DotNet 2 Answers Views: 1197 SHIVA

ype safe function pointer is a code that accesses only the memory locations it is authorized to access, and only in well-defined, allowable ways. Type-safe code cannot perform an operation on an object that is invalid for that object.

Prev Next
Answers (2)
PARTH Dec 18, 2020 12:15
Answer:   ype safe function pointer is a code that accesses only the memory locations it is authorized to access, and only in well-defined, allowable ways. Type-safe code cannot perform an operation on an object that is invalid for that object.

FRAUSKY Dec 18, 2020 14:18
Answer:   In C# delegates are type safe function pointers which delegate declaration follow the method declaration.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect