answersLogoWhite

0


Best Answer

Static polymorphism is used the concept of early binding or we can say

compile time binding where as dynamic polymorphism used the concept of

late binding or run time binding.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

In static polymorphism is exhibited at compilation time, where as dynamic exhibited at runtime...

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Difference between dynamic polymorphism and static polymorphism with example?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Can you have inheritance without polymorphism?

Yes. Inheritance and polymorphism are two different things. Inheritance is when the attributes and methods of a class are inherited by a deriving class that creates a more specialized type. Polymorphism is when two methods exist with the same name, differing only in argument types, or in class type. The former type, argument types, is an example of ad-hoc polymorphism that does not even require a class.


What is Static circuits?

A: An example will be a power supply for a static circuit it just perform its duty nothing more. Dynamic circuitry involves circuitry that continuously change as data in inputted like a computer for instance


What is the difference between grit chamber and primary settling tank?

Are you sure that's difference and not just a half-witted example of sameness?


What is Polymorphism and inheritance explain with example?

Polymorphism, is an object-oriented programming concept, which relates to the ability to create a variable, function or an object that has more than one form. This allows the object to invoke the correct instance of the variable, function or other object based upon the object type. The most common use of polymorphism in OOP occurs when a parent class reference is used to refer to a child class object. Here are some links to examples: C++: http://www.cplusplus.com/forum/beginner/10884/ c#: http://msdn.microsoft.com/en-us/library/ms173152.aspx Python: http://en.wikipedia.org/wiki/Polymorphism_in_object-oriented_programming Java: http://www.tutorialspoint.com/java/java_polymorphism.htm


What is the difference between concrete and transferable skills and give an example of each?

Like praying soccer

Related questions

What is Dynamic Polymorphism?

Dynamic polymorphism is a programming method that makes objects with the same name behave differently in different situations. This type of programming is used to allow Java Scripts to run while playing a game on the computer, for example.


Why is health dynamic?

Examples that show why health is dynamic? Getting sick is one example. What is the difference between dynamic health and relative health? The subjective ...


What is the difference between echo and print and printf in PHP?

The print function is slightly more dynamic than the echo function by returning a value, and the echo function is slightly (very slightly) faster. The printf function inserts dynamic variables/whatever into wherever you want with special delimiters, such as %s, or %d. For example, printf('There is a difference between %s and %s', 'good', 'evil') would return 'There is a difference between good and evil'.


What are polymorphic individuals in a community?

Polymorphism occours when there are different kinds of individuals although they're they are of the same species; for example, in an ant community, there are:* workers * soldiers * drones * queen which are physically different, although they belong to the same population of the same species. Also differences between masculine and feminine are example of polymorphism.


Is sickle cell anemia an example of balanced polymorphism?

Yes. This answer is TRUE.


What is the difference between has and have and give an example?

the difference between has and have is that you use has in sentences with : ( she , he and it ) for example : she has a book . but you use have in sentences with : ( I , you , we and they ) for example : you have a book , I have a book .


How do you figure out the answer to an example of a continuous random variable?

Techniques such as southern blot or polymerase chain reaction can be used to screen for randomly dispersed repeats.DNA polymorphism is used in forensic science to make connections between the sample collected from the crime scene and the sample taken from the suspect.Single nucleotide polymorphism, Variable number of random repeats are some examples of DNA polymorphism.


What is the difference between a nuatral and a polictical boudary give a example of each?

A neutral boundary is a geographic feature or line that separates two areas without favoring either side politically. For example, a river or mountain range can serve as a neutral boundary between two countries. A political boundary is a demarcation line established by governments to separate territories, often based on historical, cultural, or administrative factors. An example of a political boundary is the border between the United States and Mexico, which was established through treaties and agreements between the two countries.


Difference between eg and ie?

example given......in example


Example dynamic used in a sentence?

This plan is completely dynamic.


What is the difference between dynamic and static loads?

A static load is applied to remain static without any build up of energy. Example a sandbag put slowly on a floor. When the sandbag put on a cart and wheeled on the floor, it becomes a dynamic load. When a sandbag is brought to a height and dropped down to the floor, it build on kinetic energy and is no longer a static load but a type of dynamic load.


Can you have inheritance without polymorphism?

Yes. Inheritance and polymorphism are two different things. Inheritance is when the attributes and methods of a class are inherited by a deriving class that creates a more specialized type. Polymorphism is when two methods exist with the same name, differing only in argument types, or in class type. The former type, argument types, is an example of ad-hoc polymorphism that does not even require a class.