Hi all,
I am creating an interface class that will contain virtual functions. The actual implementation of these virtual functions will be created in other classes that specify the functionalities. Simply to say, it's a one-to-many relationship. One interface with virtual functions, many classes that implement virtual functions, even though different classes have functions with same name.
I think it's kind of like inheritance, but not quite sure, and since I don't have much experience, still have some debut and want to know more about this topic. Any help would be appreciated.
I am creating an interface class that will contain virtual functions. The actual implementation of these virtual functions will be created in other classes that specify the functionalities. Simply to say, it's a one-to-many relationship. One interface with virtual functions, many classes that implement virtual functions, even though different classes have functions with same name.
I think it's kind of like inheritance, but not quite sure, and since I don't have much experience, still have some debut and want to know more about this topic. Any help would be appreciated.