2 comments

  • BoiledCabbage1 day ago
    I&#x27;ve generally heard the two concepts discussed as abstraction vs generalization.<p>Abstraction hides unnecessary detail. Generalization finds&#x2F;surfaces commonality among items.<p>&gt; oop - What&#x27;s the difference between abstraction and generalization? - Stack Overflow - <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;19291776&#x2F;whats-the-difference-between-abstraction-and-generalization" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;19291776&#x2F;whats-the-diffe...</a><p>Creating a procedure&#x2F;method is a form of abstraction. Allowing it to accept parameters is a form of generalization (by allowing it to be used for a number of similar inputs).<p>Simply creating an integer data type is a very simple form of generalization. Allowing operations to work against generically against any integer.
  • 0skird21 minutes ago
    [dead]