Define a method. What is method prototype
Answers
Answered by
7
Answer:
In computer programming, a function prototype or function interface is a declaration of a function that specifies the function's name and type signature (arity, data types of parameters, and return type), but omits the function body.
Answered by
13
Answer:
Prototype is a creational design pattern that allows cloning objects, even complex ones, without coupling to their specific classes. Prototype objects can produce full copies since objects of the same class can access each other's private fields.
Explanation:
hope it helps uh...
mark it as brainliest❣❣
Similar questions