Qus:    What are type safe function pointers?
Dec 17, 2020 10:15 2 Answers Views: 703 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 06: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 08: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 course is right for you?

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


Let`s Connect