Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Re: Is this code an API? Beginner learning to write an API and decoupling.

    Think about it this way: you implement interfaces that have already been compiled every time you implement an interface from the Java API itself. Providing your own API is exactly like that: you give...
  2. Re: Is this code an API? Beginner learning to write an API and decoupling.

    The term "API" is pretty broad, so the answer to your question is... sure, depending on your definition.

    Your "API" might consist of a single Board interface and a single BoardDraw class. You...
Results 1 to 2 of 2