Computer Science, asked by pradhanranjana005, 8 months ago

JAVA Constructor

If a class has name DemoClass, what names are allowed as constructor names for the class.​

Answers

Answered by samanegundi
3

DemoClass

Explanation:

The constructor should have the same name as the class name

Similar questions