0 votes
in C Plus Plus by
UML interfaces are used to:

a) specify required services for types of objects.

b) program in java, but not in c++ or smalltalk.

c) define executable logic to reuse across classes.

d) define an api for all classes.

1 Answer

0 votes
by

a) specify required services for types of objects.

...