Answer Posted / hafiza khan
Constructor is like a method with a same name as of ur
class name ,no return type..
It is used to initialize the memebr variables of the class..
If there is no contructor provided compiler invokes the
default constructor. the Moment there is contructor is
provided to the class it can be any either default or
parameterized the compiler stops invoking it own default
constructor
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Difference between class and interface in .net?
What’s different between process and application in .net?
What are the differences between user control and server control?
The project which you have made, which methodology did you use?
What is COM Interoperability in .NET
State some of the different languages supported by .net?
Explain different types of html, web and server controls.
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Explain what is the difference between encrypting a password and applying a hashing?
When we go for html server controls and when we go for web server controls?
Explain what rare the types of jit and what is econo-jit?
Will it go to finally block if there is no exception happened?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
What is Ajax design pattern in .NET?
Describe session handling in a webform, how does it work and what are the limitations?