8) Which of the following is correct about python?
a) It supports automatic garbage collection.
b) It can be easily integrated with C, C++, COM, ActiveX , CORBA, and Java.
c) Both of the above
d) None of the above
Answers
Answered by
5
Answer:
OPTION D IS THE CORRECT ANSWER
HOPE IT WILL HELP YOU
Answered by
1
Answer:
The answer is c) Both of the above
Python supports automatic garbage collection. and It can be easily integrated with C, C++, COM, ActiveX , CORBA, and Java.
Explanation:
Python:
Python is a high-level, interpreted, general-purpose, broadly useful programming language. Its plan reasoning stresses code comprehensibility with the utilization of significant indentation.
- Python adopts functional and structured programming besides OOP.
- Python supports scripting or can be compiled to byte-code for building large applications.
- Python supports very high-level dynamic data types and provides dynamic type checking.
- Python has an automatic garbage collection.
- it can easily be combined or integrated with C, C++, COM, ActiveX, CORBA, and Java easily.
- Python is Easy-to-learn, Easy-to-read, and Easy-to-maintain.
- Python is Portable, Extendable, and Scalable.
- Python has a broad standard library, provides interfaces to all major commercial databases, and supports GUI Programming.
To know more about python programming language visit the links given below:
https://brainly.in/question/17297625
https://brainly.in/question/22123051
Similar questions