in Design Patterns by (9.0k points)

Which of the following pattern involves a single class which is responsible to create an object while making sure that only single object gets created?

A - Factory Pattern

B - Abstract Factory Pattern

C - Singleton Pattern

D - Transfer Object Pattern

1 Answer

0 votes
by (9.0k points)

Answer : C

Explanation

Singleton Pattern involves a single class which is responsible to create an object while making sure that only single object gets created.

Related questions

0 votes
0 votes
0 votes
asked Aug 12, 2020 in Design Patterns by RShastri (1.7k 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)
...