Memory vs Vtable - What's the difference?
memory | vtable |
(uncountable) The ability of an organism to record information about things or events with the facility of recalling them later at will.
* (rfdate) Albert Schweitzer
A record of a thing or an event stored and available for later use by the organism.
(computing) The part of a computer that stores variable executable code or data (RAM) or unalterable executable code or default data (ROM).
The time within which past events can be or are remembered.
(attributive, of a material) which returns to its original
(obsolete) A memorial.
* Shakespeare
(computing, programming) A table of memory pointers to different implementations of a virtual function.
* 2000 , Robert C. Martin, More C++ gems
* 2003 , John C. Mitchell, Concepts in programming languages
* 2003 , Steve Heller, C++: a dialogue: programming with the C++ standard library
As nouns the difference between memory and vtable
is that memory is (uncountable) the ability of an organism to record information about things or events with the facility of recalling them later at will while vtable is (computing|programming) a table of memory pointers to different implementations of a virtual function.memory
English
Alternative forms
* memorie (archaic)Noun
- Memory is a facility common to all animals.
- Happiness is nothing more than good health and a bad memory .
- I have no memory of that event.
- This data passes from the CPU to the memory .
- in recent memory'''''; ''in living '''memory
- These weeds are memories of those worser hours.
Synonyms
* (ability to recall) recall * (stored record) recall, recollection * (RAM or ROM) core (old-fashioned )Derived terms
* declarative memory * eidetic memory * false memory * flashbulb memory * folk memory * institutional memory * living memory * memory bank * memory card * memory foam * memory lane * photographic memory * recent memory * semantic memory * sensory memory * trip down memory laneSee also
* (wikipedia) * remember * mnemonicsStatistics
*vtable
English
Noun
(en noun)- This solution allows the Command executor to iterate through a collection of unrelated objects with no vtables and pick out the right method for each one.
- Note that nonvirtual functions do not appear in a vtable .
- The most likely result will be a crash when the code tries to use a vtable entry that contains random garbage.
