# Prototype Design Pattern

This video(opens new window) contains both theory and practical session. Prototype design pattern belongs to Creational design pattern which belongs to Design Patterns in java. Prototype pattern refers to creating duplicate object while keeping performance in mind. Trainer: Navin Reddy

  • Shallow copy
  • Deep copy

Example:
Prototype(opens new window)

Last Updated: 2/13/2022, 4:48:10 AM