0
How many method should class have for run at least(1,2,3,0)what is the correct
i choose 0 becouse in inhertance we can use no method but is wrong one?
2 Réponses
0
this java langu
0
Classes usually have at least one method which is the constructor.
For every OOP language, Constructors are automatically created during run time or compile time if not previously declared