+ 2
Doubt
What is anonymous class..?
4 odpowiedzi
+ 3
you mean anonymous function?
if yes :
lambdas are called anonymous functions because they don't have name as def func_name() :
for reference see here :
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2460/
+ 1
? where did you see this?
+ 1
Anonymous class is a class which is instantly created in b/w The program with no name.
0
Bruh, where?