Does python supports interfaces like in java or c#?
Answer / Munish Kumar Binjola
Python does not have a built-in concept of interfaces as in Java or C#. However, Python's multiple inheritance and abstract base classes (abc) can provide some similar functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is python a low level language?
Is python 3gl or 4gl?
What are all important modules in python reuired for a data science ?
What are class attributes in python?
Can you use r in python?
Does python make use of access specifiers?
Differentiate *args and **kwargs?
State and explain about strings?
What is break in python?
What do you understand of pep 8?
What is the python decorator?
Describe how to implement Cookies for Web python.