I was asked about this in an interview today, and I just can’t understand. Everyone asked me from the beginning to advanced questions, but this one popped up. I described inheritance and polymorphism, and then this question arose. Obviously, I never tried to override each method in the [C # / C ++] class, but I did not know that there was anything that was required to override a particular method (for example, .ToString). Am I misinterpreting the question or is something needed? And if so, what makes this demand?
source
share