English

What is single inheritance?

Advertisements
Advertisements

Question

What is single inheritance?

Code Writing
Very Short Answer
Advertisements

Solution

Single inheritance occurs when one derived class inherits the properties and methods of only one base class.

class Person(object):
    pass

class Student(Person):
    pass
shaalaa.com
  Is there an error in this question or solution?
Chapter 4: Inheritance - EXERCISE [Page 77]

APPEARS IN

CBSE Computer Science with Python [English] Class 12
Chapter 4 Inheritance
EXERCISE | Q 3. | Page 77
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×