English

Give one example for abstract method.

Advertisements
Advertisements

Question

Give one example for abstract method.

Case Study
Advertisements

Solution

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
  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 2. | Page 77
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×