Answer Posted / viveka nanda reddy.
The term 'poly' refers "many"& 'Morphism' refers "forms".In
other words the polymorphism refers to the same name having
different attributes(Behaviour).
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What do you mean by overloading?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What language is oop?
What is class and example?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Why do we use class?
What is inheritance write a program to show use of inheritance?
Which language is not a true object oriented programming language?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is the problem with multiple inheritance?
What is the highest level of cohesion?
What is destructor give example?
What are the 5 oop principles?
What is methods in oop?