G
Guest
Hi,
I would like to develop an API which provides lot of methods. Out of all the
methods as per the user can override the methods.But I don’t want to override
all the methods.
Can any one suggest in this scenario how I can design my class? Whether I
need to go for an Interface (I think then all my method should be overridden)
or Abstract Class.
Also let me know why?
a API which provides
I would like to develop an API which provides lot of methods. Out of all the
methods as per the user can override the methods.But I don’t want to override
all the methods.
Can any one suggest in this scenario how I can design my class? Whether I
need to go for an Interface (I think then all my method should be overridden)
or Abstract Class.
Also let me know why?
a API which provides