What is solid?
Answer / Ranvijay Patel
In software engineering, SOLID refers to five principles that guide object-oriented design. These principles are the Single Responsibility Principle (SRP), Open-Closed Principle (OCP), Liskov Substitution Principle (LSP), Interface Segregation Principle (ISP), and Dependency Inversion Principle (DIP).
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you stop your dba from making off with a list of your users’ passwords?
Why does pre-emptive multi-threading used to solve the central controller problem?
Tell me what are the different types of buses used by the embedded systems?
What trade offs do you have for resource contention?
What is mutex precisely used for?
Tell me what is rtos?
Design a circuit for A + abs(B) = C, where A and B are 4 bits wide and 2?s complement representation
How can you optimize the i/o performance?
Explain interrupt latency and how can we decrease it?
Whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
what is the command/instruction in ARM that does not do anything or does not execute any instruction ? (except NOP instruction)
What is so great about <cool web technology of the day>?