Assignment 1
Assignment 1
Student
- studentID: int
- name: String
- subject: String
- mark: double
+display( ):void
+carve( ):void
(101,"sami","oop",3)
(102,"sara","oop",2)
(103,"lina","oop",7)
2. Call the display( ) method and carve( ) method for the 4 objects that are
created previously in the main method.