

InterviewSolution
Saved Bookmarks
1. |
Write one line statement to create an object ‘s1’ of class ‘Student’ |
Answer» Before LEARNING to CREATE CLASSES and OBJECTS using Java, let's see one more example. We KNOW that a In the above declaration, Student is the |
|