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
Is data hiding and abstraction same?
What is pure oop?
How do you define social class?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is the benefit of oop?
Why do we use oops?
what are the ways in which a constructors can be called?
What is inheritance in simple words?
Why it is called runtime polymorphism?
What is an advantage of polymorphism?
What is abstraction encapsulation?
What is polymorphism and its types?
What is destructor give example?
Why do we use polymorphism in oops?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).