Download
100% FREE
Office Document APIs for .NET
Online: 1197
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
VB.NET
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
Can a contructor be invoked explicitly
Posted by
deccansoft
on 7/30/2010 | Category:
VB.NET Interview questions
| Views: 2493
Yes, but only from another contructor of same class. We cannot otherwise call a contructor of one class from anyother location.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
What is the advantage of Copy constructor
Next question > :
Can we force the activation of Garbage Collection ...
Comments or Responses
Login to post response
More Interview Questions
Can we force the activation of Garbage Collection if yes How?
Can we overload contructors
The entry point method Main in a class is marked as
Mostly the console based applications are developed in situations wher ...
What does Return value of Main used for?
What is the best way of passing data from parent process to a console ...
Can the entry point Main method be declared as private?
Can one solution contain multiple projects in different languages?