retagged by
6,490 views

1 Answer

0 votes
0 votes

 answer (C)  

A constructor cannot specify any return type, not even void. A constructor cannot be final, static or abstract.

Answer:

Related questions

0 votes
0 votes
1 answer
1
admin asked Mar 31, 2020
1,001 views
An object can have which of the following multiplicities?ZeroMore than oneOneAll of the above
0 votes
0 votes
1 answer
2
0 votes
0 votes
1 answer
3
admin asked Mar 31, 2020
3,723 views
Object oriented inheritance models:"is a kind of" relationship."has a" relationship."want to be" relationship."contains" of relationship.
0 votes
0 votes
1 answer
4
admin asked Mar 31, 2020
1,339 views
The IOS class member function used for formatting IO iswidth(), precision(), read()width(), precision(), setf()getch(), width(), Io()unsetf() ,setf(), write()