Question

How does abstraction contribute to code maintainability?

A By making all data public.
B By reducing the number of classes.
C By allowing changes to internal implementation without affecting external code that uses the abstraction.
D By forcing all methods to be static.
E By eliminating the need for comments.
Practice Next

Hey! Ask a query