Question: Java 1. A dependency on an interface is less coupling then a dependency on a concrete class. a) True b) False ----------------------------------------------------------------------------------------------- 2. Which of
Java
1. A dependency on an interface is less coupling then a dependency on a concrete class.
a) True
b) False
-----------------------------------------------------------------------------------------------
2. Which of the following is not an example of the software design principle of separation of concerns?
a) A web page with content expressed in HTML and presentation style in CSS.
b) Dividing a large project into phases such as: requirements, design and implementation.
c) The OSI Reference Model.
d) Having one module responsible for performing business transactions and another for data access.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
