हिंदी

Give one example for abstract method.

Advertisements
Advertisements

प्रश्न

Give one example for abstract method.

मामले का अध्ययन
Advertisements

उत्तर

class Shape(object):
    def area(self):
        raise NotImplementedError

Here, area() is an abstract method because it is declared but not implemented in the parent class.

shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 4: Inheritance - EXERCISE [पृष्ठ ७७]

APPEARS IN

सीबीएसई Computer Science with Python [English] Class 12
अध्याय 4 Inheritance
EXERCISE | Q 2. | पृष्ठ ७७
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×