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 |
Why in jdk we have two different folders for bin and lib ?
Where are the files placed while deploying the resource adapter in web logic server?
What is a local transaction?
What is meant by domain, adminserver, managedserver?
What is Connection Pool ?
The multicast ttl setting for a cluster in the weblogic admin console sets which of the values? : BEA Weblogic
how to upgrade the weblogic server licence?
What are web logic servers?
What is the sla in prd,qa,dev.?
Explain what is the purpose of using multipools in web logic server?
When we can update the application? Is server up time or downtime?
Differences between an application server and a web-server? What is the conman architecture which is used forhigh availability and load balancing describe in few lines.