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 |
How can you quickly find the number of elements stored in a dynamic array?
What is name hiding in c++?
What is operators in c++?
Will this c++ program execute or not?
make a middle node of doubly linklist to the top of the list
Why c++ is faster than java?
What is OOPs
How many namespaces are there in c++?
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
Which operator cannot be overloaded c++?
What is the main function c++?
What is nested class in c++?