![]() |
first class objects - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: General (https://python-forum.io/forum-1.html) +--- Forum: News and Discussions (https://python-forum.io/forum-31.html) +--- Thread: first class objects (/thread-36160.html) |
first class objects - Skaperen - Jan-22-2022 i have read about first class objects and seen some examples. but, what confuses me is what is not a first class object and what is it called? a second class object? can you show me some examples of second class objects? |