What is constructor?
Answer / susheel kumar
A constructor is a special type of member function for
automatic initialization of an object.
when ever an object is created the constructor will be
executed automatically.
the name of constructor same as that of its class.the
constructor is declared with no return type,not even void.
constructor should be declared in the public section most
of the time.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is difference between api and library?
What are the ways to emit client-side javascript from server-side code in asp. Net?
What is the potential disadvantage of using a sticky session?
Is javascript becoming obsolete?
Is javascript a highly secure scripting language?
what is java?
What does three dots mean in texting?
What is this keyword?
9 Answers Cognizant, Infosys, Satyam,
why we calld java object orinted programming language??
Explain javascript accessors ?
what does javascript null mean?
Program to return the address family of a socket