python interview questions and answers
Basic Python Interview Question and Answers
Sunday, 1 January 2017
What is a class in Python?
A class is a special kind of objects which creates new objects called instances.
You can change classes by using two different techniques:
1.monkey patching
2.class decorators
3.Metaclasses
Newer Post
Older Post
Home