Which Of The Below Is True About Java Class Structure #1164
Which of the below is true about java class structure?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Autoboxing - Java Coding Best Practices - Quiz No.1.
Which of the below is true about java class structure?
The class name should start with lowercase
The class should have thousands of lines of code
The class should only contain those attribute and functionality which it should; hence keeping it short
The class attributes and methods should be public