can you give the dynamic polymorphism types?

Answers were Sorted based on User's Feedback



can you give the dynamic polymorphism types?..

Answer / rajdeep nandi

Dynamic polymorphism can be method overriding in java and pure virtual functions in C++. In this the method name, type signature, and parameter list remains the same but works in a different manner based on different invocations.

Is This Answer Correct ?    6 Yes 0 No

can you give the dynamic polymorphism types?..

Answer / guest

staic polymorphism and dynamic

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More OOPS Interview Questions

What is function overloading?,describe it with the example.

5 Answers  


What is encapsulation?

17 Answers   TCS,


• What are the desirable attributes for memory managment?

0 Answers  


can we make a class static without using static keyword?

5 Answers   Aspire,


What exactly is polymorphism?

0 Answers  






What is property in oops?

0 Answers  


What do you mean by stack program? Get me an example stack program?

4 Answers  


oops concept is used for?

3 Answers   Synergy,


What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined

7 Answers  


WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.

11 Answers  


What is abstract class in oops?

0 Answers  


How to calculate the age from the date of birth by using the program?

2 Answers   Accenture,


Categories