Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Why Can't I call base class function for my derived class object?
Post: Why Can't I call base class function for my derive...

Hi experts! Any idea if I am making an error in my code as I am not able to understand Why Can't I call the the base class function for my derived class object? class My_base_class(): def __init__...
AmirAB General Coding Help 2 2,563 Feb-13-2019, 06:37 AM
    Thread: problem with class method
Post: RE: problem with class method

(Feb-10-2019, 09:39 PM)snippsat Wrote: As your radius is a default argument,then so can pie be. It can also be be a class attribute with self.pie as @buran suggests. class Circle: def __init__(self,...
AmirAB General Coding Help 3 3,380 Feb-13-2019, 01:51 AM
    Thread: problem with class method
Post: problem with class method

Hi experts. I am new to Python but understand programming and have a fair idea about it. I need your help for following. I am trying to execute the following code but getting an error. Both error and...
AmirAB General Coding Help 3 3,380 Feb-10-2019, 08:25 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020