Q. An abstract method ____. (Solved)
1. is any method in the abstract class
2. cannot be inherited
3. has no body
4. is found in a subclass and overrides methods in a super-class using the reserved word abstract
- c. has no body
1. is any method in the abstract class
2. cannot be inherited
3. has no body
4. is found in a subclass and overrides methods in a super-class using the reserved word abstract