Describe the dependency inversion principle in your own words.
What will be an ideal response?
Module independence is strengthened by making use of abstraction and information hiding, it is not advisable to back use of implementation details.
You might also like to view...
Answer the following statements true (T) or false (F)
1. Class names and key words are examples of variables. 2. The Java API provides a class named Math that contains numerous methods which are useful for performing complex mathematical operations. 3. The System.out.printf method allows you to format output in a variety of ways. 4. A Java program will not compile unless it contains the correct line numbers. 5. Java is not case sensitive.
The following HTML code would likely be interpreted correctly by a browser even though the colspan attribute value is not enclosed in brackets:
Answer the following statement true (T) or false (F)
An expression is a series of keywords, operators and variables that when processed returns a result.
Answer the following statement true (T) or false (F)
About how much data is typically transferred in each packet or frame?
A. 1 MB B. 1500 bytes C. 15 KB D. 150 bytes