Saved Bookmarks
| 1. |
What do you mean by layer in very short answer |
|
Answer» Answer: layer is the ORGANIZATION of programming into separate functional components that interact in some sequential and HIERARCHICAL way, with each layer USUALLY having an INTERFACE only to the layer above it and the layer below it. Explanation: Hope it helpful ✌️✌️ |
|