Answer Posted / srujana
If binding is resolved at compilation time then it is said
to be static polymorphism.
If binding is resolved at reun time then it is said to be
dynamic polymorphism. to implement dynamic polymorphism,
pointers and virtual functions are used.
| Is This Answer Correct ? | 22 Yes | 5 No |
Post New Answer View All Answers
can inline function declare in private part of class?
hi all..i want to know oops concepts clearly can any1 explain??
What is overloading in oops?
What are the important components of cohesion?
Why we use classes in oop?
Why is oop better than procedural?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Why is polymorphism used?
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.
Can we create object of abstract class?
Which language is pure oop?
write a program to find 2^n+1 ?
Write a program to reverse a string using recursive function?
What is an interface in oop?