What is polymorphism in Object Oriented Programming (OOPS)
Languages? What are different types of polymorphism?
15. What is inheritance?
Answers were Sorted based on User's Feedback
Answer / midhula kadiyala
Defining many functionalities with in the same name and with
in the same program.
Polymorphism are of 2 types.
1.Function overloading or Function overwriting(compile time
polymorphism or static polymorphism)
Defining multiple functionalities with the same name but
with different arguments and different parameters with in
the same class is called static polymorphism.
2.FunctionOverriding(Dynamic Polymorphism)
The procedure of defining the functionality of subclass with
the signature(same arguments) of same function present any
of the super class is called Functionoverriding.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / peddakapu
1.run time error
2.compile time.............
inheritance is defined as the derived the new class from
old class
| Is This Answer Correct ? | 1 Yes | 4 No |
what is difference between cor dump and heap dump. Explain the situation when you have to take thead dump and when to take heap dump
How to check the version of Java?
What are data-sources and what features do they offer? What are the recommend parameters to improve the prformance from data-source point of view.
Why do I get noclassdeffound/too many open files messages on solaris? : BEA Weblogic
How can we change heap size?
What is the default jvm used for weblogic?
Why do I get an error while trying to retrieve the text for ora-12705? : BEA Weblogic
dIFFERNCE BETWEEN VERSIONS 8.X,9.X,10.X
Why does for update in oracle 8 cause an ora-01002 error? : BEA Weblogic
Can I configure the messaging bridge to automatically downgrade the quality of service if the exactly-once service is not available on either the source or target bridge destination? : BEA Weblogic
Explain the difference between dynamic and non-dynamic changes in the console?
Do you know what type of object is returned by resultset.getobject()?