Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
When you create an abstract method, how do you use that method in a derived class?
You need to declare the method as virtual in your derived class.
Abstract methods cannot be used in derived classes.
You must overload the method in your derived class.
You must override the method in your derived class.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!