You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data storage technique.1 set to store all class names: class_names = set ([])3 Dictionaries:Class_inheritance = {key:[value1,value2]É ÒClass nameÓ: [Òaccess specifier classnameÓ, Òaccess specifier classnameÓ ]}Class_methods = {key:[value1,value2]É ÒClass nameÓ: [Òdata type method 1Ó, Òdata type method 2Ó ]}Class_variables = {key:[value1,value2]É ÒClass nameÓ: [Òdata type variableÓ, Òdata type variableÓ ]}