Grokking the Object Oriented Design Interview
Ask Author
Back to course home

0% completed

Vote For New Content
"Generalization" notation in UML conventions diagram (bottom of the page) is incorrect ?

Nirbhay Lourembam

Oct 19, 2024

I feel "Generalization" should be replaced with "Implements and interface" ?

And maybe it should have been used as Inheritance / Generalization

Or does Generalization mean implementing an interface ? Because as per the definition it seems to suggest Inheritance and not implementing an Interface.

Or am I missing something here ?

2

0

Comments
Comments
em sharma
em sharma10 months ago

As far as i understand, generalization represents inheritance and realization represents abstract class implementation. I dont think they've mentioned realization here