Saved Bookmarks
| 1. |
What do you mean by common constructor in c++ ? |
|
Answer» constructor is atomatically when called object is created .if we do not SPECIFY constructor ,c++ compilar GENERATES a default constructor for us ( EXPECTS no parmeter and has empty body ) |
|