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
What is the difference between an array and a list?
Who calls main function?
What is encapsulation in C++? Give an example.
Write about the members that a derived class can add?
What are the differences between the function prototype and the function defi-nition?
What is #include ctype h in c++?
Describe private, protected and public?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Can we change the basic meaning of an operator in c++?
Describe the setting up of my member functions to avoid overriding by the derived class?
Why do we use using namespace std in c++?
Comment on local and global scope of a variable.
Difference between pointer to constant vs. Pointer constant
What is c strings syntax?
Can you overload the operator+ for short integers?