What is meant by a delegate?



What is meant by a delegate?..

Answer / Aashish Mohan Richhriya

In C++, a delegate is a type alias for a function pointer. It allows a function to be treated like an object and can be used to call functions indirectly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

How can you quickly find the number of elements stored in a dynamic array?

1 Answers  


What is name hiding in c++?

1 Answers  


What is operators in c++?

1 Answers  


Will this c++ program execute or not?

1 Answers  


make a middle node of doubly linklist to the top of the list

1 Answers  


Why c++ is faster than java?

1 Answers  


What is OOPs

12 Answers   CA,


How many namespaces are there in c++?

1 Answers  


how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds

0 Answers   Thought Works,


Which operator cannot be overloaded c++?

1 Answers  


What is the main function c++?

1 Answers  


What is nested class in c++?

1 Answers  


Categories