Explain important characteristics of python objects?



Explain important characteristics of python objects?..

Answer / Vipin Kumar Roy

Python objects possess several key features: 1) Every variable in Python is an object. 2) There are built-in and user-defined objects. 3) Objects can have methods (functions associated with the object). 4) Python has a dynamic typing system where variables don't have specific data types until they are assigned values. 5) In Python, objects can be of different types like numbers, strings, lists, dictionaries, functions, etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Is r similar to python?

1 Answers  


How does python input work?

1 Answers  


How do I run python on windows?

1 Answers  


How do you convert string as a variable name in python?

1 Answers  


What are class or static variables in python programming?

1 Answers  


What is pack in python?

1 Answers  


Why lambda forms in python do not have statements?

1 Answers  


Explain about default database with python?

1 Answers  


What is the purpose of doc strings in python?

1 Answers  


Why python is better?

1 Answers  


What is frozen set in python?

1 Answers  


How do you write a simple code in python?

1 Answers  


Categories