Q. Is the following statement correct for Perl?
"Data Abstraction displays only the essential details to the user"
"Data Abstraction displays only the essential details to the user"
β
Correct Answer: (A)
true
Explanation: Data Abstraction displays only the essential details to the user. It is the process of binding together data and related functions in a single unit.