

MCQOPTIONS
Saved Bookmarks
1. |
Choose the correct way of creating an object of the below class. |
A. | Table t = new Table; |
B. | Table t = new Table(); |
C. | Table() t = new Table(); |
D. | None of the above |
Answer» C. Table() t = new Table(); | |