Answer Posted / krishnakala
polymorphism means exhibiting many forms with same name.it is possible by using interface
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would perform Pattern Matching in C++?
Do class declarations end with a semicolon?
If all is successful, what should main return a) 0 b) 1 c) void
What is operator overloading in c++ example?
Is c++ harder than java?
What are namespaces in c++?
What is the best c++ compiler for windows 10?
To which numbering system can the binary number 1101100100111100 be easily converted to?
Incase of a function declaration, what is extern means?
write a porgram in c++ that reads an integer and print the biggest digit in the number
How does a copy constructor differs from an overloaded assignment operator?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
what is oops and list its features in c++?
What are the classes in c++?
What is purpose of new operator?