What are callback functions in c++
Answer / bijaya kumar jena
Call back function is a member function call through by pointer.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is data binding?
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
What is polymorphism explain its types?
Should you protect the global data in threads? Why or why not?
Do you know about multiple inheritance?
what is the difference between class and structure in C++?
How to improve object oriented design skills?
What is the concept of object oriented program?
Child cObj = new Parent() Wahts the output ?
Can abstract class have normal methods?