

MCQOPTIONS
Saved Bookmarks
1. |
Which among the following is true for public class? |
A. | There can be more than one public class in a single program |
B. | Public class members can be used without using instance of class |
C. | Public class is available only within the package |
D. | Public classes can be accessed from any other class using instance |
Answer» E. | |