which characterstics are true about constructers
Answers
Answered by
0
::}}⬇️⬇️
Characteristics of Java Constructors
- An interface cannot have the constructor.
- An interface cannot have the constructor.Constructors cannot be private.
- An interface cannot have the constructor.Constructors cannot be private.A constructor cannot be abstract, static, final, native, strictfp, or synchronized.
- An interface cannot have the constructor.Constructors cannot be private.A constructor cannot be abstract, static, final, native, strictfp, or synchronized.A constructor can be overloaded.
- An interface cannot have the constructor.Constructors cannot be private.A constructor cannot be abstract, static, final, native, strictfp, or synchronized.A constructor can be overloaded.Constructors cannot return a value.
- An interface cannot have the constructor.Constructors cannot be private.A constructor cannot be abstract, static, final, native, strictfp, or synchronized.A constructor can be overloaded.Constructors cannot return a value.Constructors do not have a return type; not even void
Answered by
0
Answer:
I hope answer is helpful to us
Attachments:
Similar questions