Page 1 of 1

Which of the below is true about java class structure?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) The class name should start with lowercase
b) The class should have thousands of lines of code
c) The class should only contain those attribute and functionality which it should; hence keeping it short
d) The class attributes and methods should be public