Answer Posted / priyanka chourasia
Two or more function of same name but different defination is
called as Polymorphism.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Can we use this pointer in a class specific, operator-overloading function for new operator?
How do we balance an AVL Tree in C++?
What is operator overloading in c++ example?
How to allocate memory dynamically for a reference?
Can we run c program in turbo c++?
What is size_type?
what does the following statement mean? int (*a)[4]
What happens when you make call 'delete this;'?
Difference between declaration and definition of a variable.
Can you use the function fprintf() to display the output on the screen?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What is the purpose of template?
How do I download c++?
Explain the difference between new() and malloc() in c++?
Does c++ support exception handling?