What does "implementation-agnostic" mean? -


i'm wondering "implementation-agnostic" means? didn't find explanation. mean in context: "an implementation-agnostic engineering approach".

the opposite of "implementation-agnostic" "implementation-specific". examples should make difference clear:

implementation-agnostic

synonym: implementation-independent

examples:

  • sorting algorithm "quicksort"
  • algorithms written in pseudo-code

the examples above can implemented every language
(assembler, basic, c#, c++, java, javascript, ...)


implementation-specific

synonym: implementation-dependent

examples:

  • device drivers
  • machine language code intel processors

the examples above run on hardware written for.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -