Computer Science, asked by maliktahirsadiq54, 6 months ago

write a program to overload an increment operator so it can work with objects. (prefix increment)

please type the complete programme​

Answers

Answered by gyadav30122000
1

Explanation:

52 // integer literal

age // variable name

System.out.println("ABC"); // method call

"Java" // string literal

98.6D // double precision floating-point literal

89L // long integer literal

Similar questions