adplus-dvertising
frame-decoration

Question

What is the prototype of the default constructor of this class?

public class prototype { }

a.

prototype( )

b.

prototype(void)

c.

public prototype(void)

d.

public prototype( )

Answer: (d).public prototype( )

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the prototype of the default constructor of this class? public class prototype { }