Computer Science, asked by savitrikembavi06, 4 months ago

A template that describes the details of an object

Answers

Answered by janaarthananb2005
1

Explanation:

In object-oriented programming, the template method is one of the behavioral design patterns identified by Gamma et al. in the book Design Patterns. The template method is a method in a superclass, usually an abstract superclass, and defines the skeleton of an operation in terms of a number of high-level steps.

Similar questions