140k views
2 votes
The process of determining which method in a class hierarchy should execute is known as

User Kmsquire
by
6.9k points

2 Answers

0 votes
I believe the answer is: Dynamic lookup
When we use dynamic lookup cache, the cache would be updated everytime we insert a row or update our table. This would make the power cache to create memory cache based on each partitions and transform them into some sort of hierarchy.
User Abaelter
by
7.2k points
3 votes
polymorphism

Polymorphism is the process of determining which method in a class hierarchy should execute.It is also known as function overloading or operator overloading.

User FloWy
by
7.1k points