Compiler-Design
October 18, 2023Compiler-Design
October 18, 2023OOPS
| Question 8 |
In Java, when we implement an interface method, it must be declared as:
| Private | |
| Protected | |
| Public | |
| Friend |
Correct Answer: C
| Question 8 |
| A | Private |
| B | Protected |
| C | Public |
| D | Friend |