What are callback functions in c++

Answer Posted / bijaya kumar jena

Call back function is a member function call through by pointer.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are oops methods?

568


What is multilevel inheritance?

727


What is constructor in oop?

589


write a programe to calculate the simple intrest and compund intrest using by function overlading

1670


What is basic concept of oop?

701






What is encapsulation and abstraction? How are they implemented in C++?

637


class type to basic type conversion

1839


What is the highest level of cohesion?

581


What are functions in oop?

586


just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.

6487


What is difference between polymorphism and inheritance?

618


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

632


What are main features of oop?

636


explain sub-type and sub class? atleast u have differ it into 4 points?

1838


What is data binding in oops?

588