मराठी

Which of the following declarations are illegal and why? a. class abc(...) b. public class NumberOfDaysWorked(...) c. private int x; d. private class abc(...) e. default key getkey(...) - Computer Applications

Advertisements
Advertisements

प्रश्न

Which of the following declarations are illegal and why? 

  1. class abc(...)
  2. public class NumberOfDaysWorked(...)
  3. private int x;
  4. private class abc(...)
  5. default key getkey(...)
लघु उत्तर

उत्तर

  1. Illegal. The correct statement is class abc{.........}.
  2. Illegal. The accurate declaration is public class NumberOfDaysWorked{   ........... }.
  3. Legal.
  4. Illegal. The accurate expression is class abc{} as Java prohibits top-level classes from be designated as private. Inner or nested classes may be designated as private.
  5. Illegal. The correct statement is void getkey(.........).
    Default access does not include a keyword. If there is no access specifier, it is regarded as default/friendly access.
shaalaa.com
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 6: Class as the Basis of all Computation (Objects and Classes) - EXERCISES [पृष्ठ ३८४]

APPEARS IN

अविचल Computer Applications [English] Class 10 ICSE
पाठ 6 Class as the Basis of all Computation (Objects and Classes)
EXERCISES | Q V. 3. | पृष्ठ ३८४
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×