Saved Bookmarks
| 1. |
What is parameterized constructor? |
|
Answer» A constructor which can take arguments is called parameterized constructor.This type of constructor helps to create objects with different initial values. This is achieved by passing parameters to the function. |
|