55. Which of these can be used to fully abstract a class from its implementation?
(A) Objects
(B) Packages
(C) Interfaces
(D) None
Answers
Answered by
2
Answer:
C) Interfaces
Explanation:
Interfaces can be used to fully abstract a class from its implementation
Similar questions