Computer Science, asked by rasika1706, 1 month ago

how will you facilitate data abstraction?​

Answers

Answered by n0171mpsbls
1

Answer - To facilitate data abstraction, you will need to create two types of functions. ... Constructors are functions that build the abstract data type. Selectors are functions that retrieve information from the data type.

Answered by srajanlavanya1
1

Answer:

to facilitate data abstraction we need two functions that is, constrctors and selectors

constrctors: it builds the ADT

selectors: it retrieves information or data from ADT

Similar questions