Which option is the name given to the anti pattern described above?

You are using an open source integration framework in your project. However, key interfaces do
not explicitly define several strange conditions you have repeatedly seen while testing.
Which option is the name given to the anti pattern described above?

You are using an open source integration framework in your project. However, key interfaces do
not explicitly define several strange conditions you have repeatedly seen while testing.
Which option is the name given to the anti pattern described above?

A.
Composite View

B.
Leaky Abstraction

C.
Asynchronous Interaction

D.
Golden Hammer



Leave a Reply 5

Your email address will not be published. Required fields are marked *


kta

kta

wrong, correct answer is B

in software development, a leaky abstraction is an implemented abstraction where details and limitations of the implementation leak through

DonkeyNuts

DonkeyNuts

Agreed