difference bewtween static and dynamic inheritance?

V

Victor Bazarov

puzzlecracker said:
I am specifically referring to bridge pattern illustrated in GOF.

'comp.software.patterns'?

Well, I believe the "difference" you're asking about is not a difference
at all. Simply put, what you called "static inheritance" is in fact C++
_inheritance_ achieved through deriving one type from another. What you
called "dynamic inheritance" is not inheritance _at_all_. It's a way to
employ (invoke) the functionality provided by an implementation that is
usually a totally unrelated type.

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top