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



What is polymorphism in Object Oriented Programming (OOPS) Languages? What are different types of p..

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

What is polymorphism in Object Oriented Programming (OOPS) Languages? What are different types of p..

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

Post New Answer

More Weblogic Interview Questions

How do I prevent errors when running t3dbping? : BEA Weblogic

0 Answers  


Explain the performance tuning in jms?

0 Answers  


when we creates a domain, it creates one-startManagedWebLogic in bea user_projects\domains\MyDomain\bin dir. Suppose we have 2 or more than 2 managed severs in our unix env.how can we start all our managed servers. I know we have to copy startManagedWebLogic with server name.then wht to modify in the script to start ecah of the managed servers?

3 Answers   HP,


What do you understand by JDBC connection pool? What are the steps to create a connection pool in WebLogic?

1 Answers   IBM,


How can I debug the java code that I have running in weblogic server? : BEA Weblogic

0 Answers  






What is the significance of boot?

0 Answers  


Explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?

0 Answers  


What is error ora-6502? : BEA Weblogic

0 Answers  


What is the local interface used by web logic server?

0 Answers  


Explain the tier architecture of a web logic server?

0 Answers  


What is the sla in prd,qa,dev.?

0 Answers  


what is the diffrence between weblogic server 8.x/9.x/10.x?

7 Answers   HCL, TCS,


Categories