ANSWER:
B, D: An interface should be immutable. An interface is a contract between a client and a server and should therefore remain unchanged once implemented. An interface also defines the services the object contains.
Answer in Depth...