Determine if each of the following statements is either true…

Determine if each of the following statements is either true or false. I. Abstract base classes cannot have implementations of any methods. [truth1] II. If a subclass is never instantiated, it does not need to implement all pure virtual methods of its parent(s). [truth2] III. A subclass can access all of the attributes and methods of its superclass. [truth3]