Answer Posted / kanchana
polymorphism means giving same name to differt functions
.but it signature will be different
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
What is the difference between ++ count and count ++?
How to declare an array of pointers to integer?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
How do you traverse a btree in backward in-order?
Explain how functions are classified in C++ ?
How do you define/declare constants in c++?
What are mutator methods in c++?
What is the difference between the functions memmove() and memcpy()?
Explain pass by value and pass by reference.
What is c strings syntax?
What is virtual destructor? What is its use?
What is virtual base class?
What is abstraction with real time example?