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 can be the reasons for server hang?
Write a program to bind string values in a preparedstatement?
what are the pre requisite to installing weblogic server 10
What is bootup process?
How can we change heap size?
What type of object is returned by resultset.getobject()? : BEA Weblogic
Which xml parser comes with weblogic server 6.1? : BEA Weblogic
How to integrate sunone/netscape/iplanet with weblogic?
What is the meaning of classformaterrors used with the applet?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
What is t3??