Computer Science, asked by shivanijamdade8583, 1 year ago

What is the prototype of the default constructor of this class?Public class prototype { }?

Answers

Answered by rupamsaha2424
1

Answer:

A prototype is a template of any object before the actual object is constructed. here it creates an template of the class prototype()

Explanation:

Similar questions