Click here to Skip to main content
15,911,531 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friends,

As I know you cant create an object of abstract class.

I guess there cant be return type for constructor of abstract class.

I also wanted to ask, do constructor of normal class can have return type?

Any sugession?

Thanks in advance
Posted

1 solution

No, constructors cannot have any return type.
But you can specify an out parameter inside constructor which will return a value.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900