Which of the below is true about java class structure?
(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
I have been asked this question during an interview for a job.
Enquiry is from Coding best practices in division Autoboxing & Miscellaneous of Java