Consider an online leisure club membership registration system in which users can register for a membership to use the s
Posted: Sat Jul 09, 2022 11:48 am
Consider an online leisure club membership registration system in which users can register for a membership to use the sports facilities. Assume that the Membership class has a get method, get_type, which will return the type of a Membership object. Which of the following special terms describes the use of the get_type method without knowing how this method is implemented? Select one: O a. Operation abstraction O b. Function abstraction O c. Procedure abstraction O d. Data abstraction