Constructor
State the concept of constructor?
Expert
Constructor is a special method of class that is called automatically whenever the instance of the class is created. It is created having same name as the name of the class and assigns all class members, whenever the class member is accessed. The main features of a constructor are as follows: a) Constructors are always public.
b) Constructors do not have any return type.
c) It is not mandatory to declare constructor; it is invoked automatically by .NET Framework.
Explain the following methods DataAdapter.Update() and DataSetAcceptChanges()?
Explain the working of Cookies. And also give the example of the Cookie abuse?
Distinguish between the .EXE and .DLL files?
Which event controls are completely loaded?
Write down the various open source tool accessible for the VB.NET?
State different types of literals?
Explain Lazy Initialization?
Can more than one line be entered in a TextBox control?
Explain the ToolTip control and how it can be associated with the other controls?
What are the different types of validation controls in Asp.net?
18,76,764
1940834 Asked
3,689
Active Tutors
1461253
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!