What is the purpose of an abstract method in an abstract class or interface?

What is the purpose of an abstract method in an abstract class or interface? Correct Answer To declare a method without providing an implementation

Related Questions

Abstract class A has 4 virtual functions. Abstract class B defines only 2 of those member functions as it extends class A. Class C extends class B and implements the other two member functions of class A. Choose the correct option below.