About 325,000 results
Open links in new tab
  1. Abstraction - Wikipedia

    Abstraction is the process of generalizing rules and concepts from specific examples, literal (real or concrete) signifiers, first principles, or other methods.

  2. ABSTRACTION Definition & Meaning - Merriam-Webster

    From its roots, abstraction should mean basically "something pulled or drawn away". So abstract art is art that has moved away from painting objects of the ordinary physical world in order to …

  3. Abstraction in Java - GeeksforGeeks

    Oct 22, 2025 · Abstraction in Java is the process of hiding internal implementation details and showing only essential functionality to the user. It focuses on what an object does rather than …

  4. ABSTRACTION Definition & Meaning | Dictionary.com

    Abstraction definition: an abstract or general idea or term.. See examples of ABSTRACTION used in a sentence.

  5. ABSTRACTION | English meaning - Cambridge Dictionary

    ABSTRACTION definition: 1. the quality of existing as or representing an idea, a feeling, etc. and not a material object…. Learn more.

  6. abstraction - Wiktionary, the free dictionary

    Oct 31, 2025 · abstraction (countable and uncountable, plural abstractions) The act of abstracting, separating, withdrawing, or taking away; withdrawal; the state of being taken away.

  7. abstraction noun - Definition, pictures, pronunciation and usage …

    Definition of abstraction noun in Oxford Advanced Learner's Dictionary. Meaning, pronunciation, picture, example sentences, grammar, usage notes, synonyms and more.

  8. abstraction, n. meanings, etymology and more | Oxford English …

    abstraction, n. meanings, etymology, pronunciation and more in the Oxford English Dictionary

  9. ABSTRACTION definition and meaning | Collins English

    An abstraction is a general idea rather than one relating to a particular object, person, or situation.

  10. Abstraction in Programming: A Beginner’s Guide - Stackify

    May 1, 2023 · Abstraction is one of the key concepts of object-oriented programming (OOP) languages. Its main goal is to handle complexity by hiding unnecessary details from the user.