What is the difference between Virtual method and Abstract method?
What is the difference between Virtual method and Abstract method?
Here is the difference between virtual methods and abstract methods in C#:
virtual
keyword is used to mark a method as virtual in the base class.override
keyword is used to override a virtual method in a derived class.middle
Gợi ý câu hỏi phỏng vấn
Chưa có bình luận nào