Does python supports interfaces like in java or c#?



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

Post New Answer

More Python Interview Questions

Is python a low level language?

1 Answers  


Is python 3gl or 4gl?

1 Answers  


What are all important modules in python reuired for a data science ?

1 Answers  


What are class attributes in python?

1 Answers  


Can you use r in python?

1 Answers  


Does python make use of access specifiers?

1 Answers  


Differentiate *args and **kwargs?

1 Answers  


State and explain about strings?

1 Answers  


What is break in python?

1 Answers  


What do you understand of pep 8?

1 Answers  


What is the python decorator?

1 Answers  


Describe how to implement Cookies for Web python.

1 Answers  


Categories