What are the different forms of polymorphism??
Answer Posted / ramesh
1.Compile time polymorphism
Exhibited by: Function overloading
Operator overloading
2.Run time polymorphism
Exhibited by: Function overriding
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which is not an object oriented programming language?
What is polymorphism what are the different types of polymorphism?
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 are the types of abstraction?
Can an interface inherit a class?
hi all..i want to know oops concepts clearly can any1 explain??
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 does enum stand for?
What is debug class?what is trace class? What differences are between them? With examples.
What is abstraction in oops with example?
What are the three main types of variables?
What does and I oop and sksksk mean?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What does oop mean in snapchat?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?