1.

What Is The Difference Between New And Override?

Answer»

The new modifier instructs the compiler to USE the new implementation instead of the BASE CLASS FUNCTION. Whereas, Override modifier helps to override the base class function.

The new modifier instructs the compiler to use the new implementation instead of the base class function. Whereas, Override modifier helps to override the base class function.



Discussion

No Comment Found