1,633 views

1 Answer

Best answer
1 votes
1 votes

The implicit return type of a classconstructor is the class type itself. It is the constructor's job to initialise the internal state of an object so that the code creating an instance will have a fully initialised, usable object immediately

selected by
Answer:

Related questions

2 votes
2 votes
1 answer
2
go_editor asked Aug 20, 2016
2,991 views
It is possible to define a class within a class termed as nested class. There are __ types of nested classes2345
0 votes
0 votes
2 answers
3