Chapter 11: Problem 19
What is the purpose of an abstract method?
Short Answer
Expert verified
Answer: The purpose of using abstract methods in object-oriented programming languages and design is to enforce a common interface among derived classes, ensuring consistency, promoting code reusability and extensibility, and increasing flexibility and modularity in software design.