in Design Patterns by (9.0k points)
What is Interpreter pattern?

1 Answer

0 votes
by (9.0k points)

Interpreter pattern provides a way to evaluate language grammar or expression. This type of pattern comes under behavioral pattern. This pattern involves implementing an expression interface which tells to interpret a particular context.

Related questions

0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson (9.0k points)
0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson (9.0k points)
0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson (9.0k points)
0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson (9.0k points)
0 votes
0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson (9.0k points)
...