MCQOPTIONS
Saved Bookmarks
| 1. |
Correct way of defining constructor of the given class as and when objects of classes are created is:maths s1 = new maths();maths s2 = new maths(5, 5.4f); |
| A. | a |
| B. | b |
| C. | c |
| D. | d |
| Answer» B. b | |