What are different types of polymorphism supported by C++
Answers were Sorted based on User's Feedback
Answer / ammu
polymorphism occurs in 2 levels one at compile time and
another at run time
compile time polymorphism includes function overloading and
operator overloading
run time polymorphism includes virtual function
| Is This Answer Correct ? | 22 Yes | 3 No |
Answer / minakshi
runtime polymorphism
1.function overloading
2,operator overloading
compile time
1.virtual function
| Is This Answer Correct ? | 7 Yes | 18 No |
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What are friend functions?
Enter n no. of element and delete value from desire position
write a function signature with various number of parameters.
sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++
What is the meaning of string in c++?
What are the manipulators in c++?
What is scope of a variable? (LOLZ)
What happens when you make call 'delete this;'?
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 use of ::(scope resolution operator)?
What is the difference between an enumeration and a set of pre-processor # defines?