F
F
Fuster2702020-09-30 10:52:05
Programming
Fuster270, 2020-09-30 10:52:05

What are prototypes in programming?

Good afternoon. Searched the internet but didn't find anything. Explain what "prototypes" are

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
ggrachdev, 2020-09-30
@Fuster270

There is a generative design pattern "Prototype"
And there is Prototype programming
If you are asking about the pattern, then in a nutshell, the Prototype is when we create a new volume by copying, and not creating a new one through the constructor. Used when creating an object is resource intensive and it is more efficient to copy an existing object

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question