Answer:
a. myMethod() has access to and can use myField.
Explanation:
Logic programming is a kind of programming which is largely based on formal logic. The statement are written in logical forms which express rules about the domain. In the given scenario the my method will have access to my field which is private field. My method non static public field can also use my field class.