When I create a simple webform example, I write the code below to display the data on the web page.
Response Write ("Hello World");
There is general syntax in CSRAP
Create an object such as the classname objectName = New classname ()
and the column name-MethodName ();
There is no object creation for static classes and we can call the name of the classname. MethodName ();
How is the reaction in this context. Do () work? I know that there is a way to write () my question is what is the response here.
Is this a stable class? Or object (this should not be true)?
I am trying to understand that it is a static class, but it is a sealed class. This is an example, and it is inherited, a seal classname. How is it possible to call? ()?
from the base class (pages).
No comments:
Post a Comment