+ 2
Can I use default constructor and constructor with default argument in same class?
2 Respostas
+ 6
what is the difference between default constructor and construction with deafult argument?
+ 2
you can use default value's of any variable
and by the way no default constructor is there.