Computer Science, asked by Ziko9678, 10 months ago

A constructor can access the non-static member of a class is it true or false

Answers

Answered by nanduchintu3305
2

Answer:

true

Explanation:In JAVA language, a Constructor can access non-static members.

Similar questions