Answer:
The answer is "Option A"
Explanation:
In the OOPs programming language, the class and object concept is used, in which class is a collection of data members, and member function and object is known as real-time entity. In the class when the main method is created, so inside this method class object is created that's why the answer to this question is true.
Answer:
Social networking platform and WindowsandroidIOS
Explanation:
Social media mostly uses Social networking platform and WindowsandroidIOS.
Hope this helps!
Feel free to ask if you have anymore questions!
Answer:
string
Explanation:
string holds words while boolean only returns true or false and both binary and float hold numbers
Answer: >>> for count in range(10, 14):
print(count)
Explanation:
just took the test on edg