You want a method with behavior similar to a virtual method--it is meant to be overridden --expect that it does not have a method body. It just has a method signature. What kind of method should you use?

🎲 Try a Random Question  |  Total Questions in Quiz: 84  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Object-Oriented Programming (OOP) Quiz — practice the complete quiz, review flashcards, or try a random question.

Object-Oriented Programming (OOP) MCQs For LinkedIn Skill Assessments.


You want a method with behavior similar to a virtual method--it is meant to be overridden --expect that it does not have a method body. It just has a method signature. What kind of method should you use?