What's the difference between
and
Enter two words to compare and contrast their definitions, origins, and synonyms to better understand how those words are related.

Memory vs Vtable - What's the difference?

memory | vtable |

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

  • (uncountable) The ability of an organism to record information about things or events with the facility of recalling them later at will.
  • Memory is a facility common to all animals.
  • * (rfdate) Albert Schweitzer
  • Happiness is nothing more than good health and a bad memory .
  • A record of a thing or an event stored and available for later use by the organism.
  • I have no memory of that event.
  • (computing) The part of a computer that stores variable executable code or data (RAM) or unalterable executable code or default data (ROM).
  • This data passes from the CPU to the memory .
  • The time within which past events can be or are remembered.
  • in recent memory'''''; ''in living '''memory
  • (attributive, of a material) which returns to its original
  • (obsolete) A memorial.
  • * Shakespeare
  • 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 lane

    See also

    * (wikipedia) * remember * mnemonics

    Statistics

    *

    vtable

    English

    Noun

    (en noun)
  • (computing, programming) A table of memory pointers to different implementations of a virtual function.
  • * 2000 , Robert C. Martin, More C++ gems
  • 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.
  • * 2003 , John C. Mitchell, Concepts in programming languages
  • Note that nonvirtual functions do not appear in a vtable .
  • * 2003 , Steve Heller, C++: a dialogue: programming with the C++ standard library
  • The most likely result will be a crash when the code tries to use a vtable entry that contains random garbage.