What are objects and classes in python?



What are objects and classes in python?..

Answer / Anand Singh Tomar

An object is an instance of a class. It has its own attributes and methods, created based on the blueprint defined by the class. A class is a template or blueprint that describes the properties and behavior of multiple objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How can you share variables across modules?

1 Answers  


Is it better to learn python or java?

1 Answers  


Is Python a compiled language or an interpreted language?

2 Answers  


What is the best interpreter for python?

1 Answers  


Does python has private keyword in python ? How to make any variable private in python ?

1 Answers  


Write a program to produce fibonacci series in python.

1 Answers  


What is django python?

1 Answers  


What is the python idle?

1 Answers  


What are python templates?

1 Answers  


What is map, filter and reduce in python?

1 Answers  


Give an example to capital first letter of a string?

1 Answers  


Do python functions need return?

1 Answers  


Categories