What is polymorphism in Object Oriented Programming (OOPS)
Languages? What are different types of polymorphism?
15. What is inheritance?
Answer Posted / 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 |
Post New Answer View All Answers
How do I call oracle stored procedures that take no parameters? : BEA Weblogic
What is unicast in weblogic?
What is an administration server?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection? : BEA Weblogic
Which lelvel of activites ur reponsiable l1 or l2 or l3?
Explain the difference between txdatasource and datasource?
What is the purpose of t3 in weblogic server?
In a web logic server what is the domain?
How can we configure http tunneling on weblogic?
What signal tells the jvm to give a thread dump?
How do I use a third-party jdbc driver with jms? : BEA Weblogic
How do I provide user credentials for starting a server?
What is the function of managedconnection.addconnectioneventlistener() in web logic server?
What Are The Various Types Of Weblogic Installations ?
Can the bean class implement the ejbobject class directly? If not why?