A derived class inherits attributes from a __ .
A derived class inherits attributes from a __ . Correct Answer Super class
A class can inherit attributes and behaviour methods from another class, called the supper class. A class which inherits from a super is class is called a sub class, also called heir class or child class.