_______ is a principle in OOP that promotes the idea of coding to an interface rather than an implementation.
- Dependency Injection
- Encapsulation
- Interface Segregation
- Inversion of Control
Interface Segregation is a principle in OOP that encourages coding to an interface rather than an implementation. It emphasizes creating small, client-specific interfaces to prevent unnecessary dependencies.
Loading...
Related Quiz
- You're working on a small project with rapid iterations. Which Git workflow would be most suitable, and why?
- In SQL, the ALTER TABLE command is used to _______ an existing database table.
- Among the options, which language is often associated with the server-side environment in a Node.js application?
- What does the "integration" part of Continuous Integration refer to?
- Explain a real-world scenario where the use of ACID properties in a database transaction is critical to ensuring data integrity.