answersLogoWhite

0

What is an example of Polymorphism?

User Avatar

Anonymous

16y ago
Updated: 5/26/2022

A polymorph is defined as same composition, different chemical structures. Quartz, cristobalite, and tridymite are examples of polymorph because they are three different minerals with the same chemical composition. Graphite and diamond are also good examples of polymorphism. They both contain carbon atoms, but they have extremely different properties because of the condition in which they formed. Diamond forms where extreme pressures and temperatures produce its compact structure. On the other hand, graphite forms under comparatively low pressures and it has weekly bonded carbon sheets that create its greasy feel. The difference in conditions makes diamond much harder than graphite and graphite much more useful as a lubricant.

User Avatar

Ignacio Green

Lvl 10
3y ago

What else can I help you with?

Related Questions

What is Difference between dynamic polymorphism and static polymorphism with example?

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.


Is sickle cell anemia an example of balanced polymorphism?

Yes. This answer is TRUE.


Polymorphism in coelentrates?

polymorphism in coelentrates


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 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.


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.


What is polymorphism and its types?

Polymorphism means multiple form of a function, variable or object. In Computer Science, polymorphism is a programming language feature that allows values of different data types to be handles using a common interface. There are three types : Ad-Hoc Polymosphism, Parametric Polymorphism, Subtype/Inclusion Polymorphism. Source: Wikipedia.


What kind of drugs commonly has polymorphism?

Polymorphism is common with barbiturates, steroids, and sulphonamides.


Is polymorphism exist between prokaryotes?

Yes, polymorphism exists between the prokaryotes.


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.


How can one detect polymorphism by genetic marker?

One can detect polymorphism by genetic marker using single-nucleotide polymorphism which is able to even tell mutation of a gene.


Define compile time polymorphism with short examples?

compiler can decide which form of the object should be invoked during compile time.this type of polymorphism is know as compile time polymorphism