I have a library provided by the vendor. All i have is header files and library files.
Library contains the class Shape and there is whole hierarchy tree (i mean classes which derive from this base class).
Q : Now i want to add some function “getArea” (not originally present in the class or any of its derived class) in the class “Shape” , i don't have the source code.