Virtual Constructor is it possible? if yes how? if not y?
A: There is nothing like Virtual Constructor. The Constructor can’t be virtual as the constructor is a code which is responsible for creating an instance of a class and it can’t be delegated to any other object by virtual keyword means.
No comments:
Post a Comment
comment on this post
Note: Only a member of this blog may post a comment.