lifa


{ City } brooklyn
< Country > usa
* Profession *
User No # 27290
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 5
Questions / { lifa }
Questions Answers Category Views Company eMail




Answers / { lifa }

Question { 7978 }

what is constructer?what are the type of constructer with
example.


Answer

A constructer has same name as class .it does not have any
data type in a program we can only have one constructer
with a class name because they can be overloaded.if we dont
create one the programe creates one for us.

public class kool{

/** constructer

public kool(){
*/
}
}

Is This Answer Correct ?    5 Yes 5 No