Which type of inheritance involves creating a new class with its own unique attributes and methods, while inheriting properties from a single parent class?
Single inheritance
Hierarchical inheritance
Multiple inheritance

Computing Exercises are loading ...