int s = 20 , t = 15 ; s+ = 5 ; --t ; What are the values of s and t ?
Answers
Answered by
0
Explanation:
Enum improves type safety
Enum can be easily used in switch
Enum can be traversed
Enum can have fields, constructors and methods
Enum may implement many interfaces but cannot extend any class because it internally extends Enum class
Answered by
0
Explanation:
Enum improves type safety
Enum can be easily used in switch
Enum can be traversed
Enum can have fields, constructors and methods
Enum may implement many interfaces but cannot extend any class because it internally extends Enum class
Similar questions
Science,
2 months ago
Social Sciences,
6 months ago
Hindi,
11 months ago
Math,
11 months ago
Science,
11 months ago