What is a static relationship?



What is a static relationship?..

Answer / Ravi Bharti

A static relationship in object-oriented programming refers to attributes or methods that are shared among all instances of a class, rather than being specific to each instance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How do I install pip?

1 Answers  


What is the Global Interpreter Lock (GIL) in Python?

1 Answers  


Find all occurrences of a substring in Python

1 Answers  


How to use gui that comes with python to test your code?

1 Answers  


What are the features of python?

1 Answers  


What do you mean by overriding methods?

1 Answers  


Name few python shells?

1 Answers  


You mentioned pypi in your previous answer. Can you elaborate?

1 Answers  


How do I access environment variables from python?

1 Answers  


Define python?

1 Answers  


What is the type of the given datatype a=1?

1 Answers  


What are variables in python?

1 Answers  


Categories