Getting a missing vtable error in c++, resulting in “clang: error: linker command failed with exit code 1”
I am trying to study interfaces and classes in c++. While running a code, I am getting a missing vtable error. My complete code is:
I am trying to study interfaces and classes in c++. While running a code, I am getting a missing vtable error. My complete code is: