Answer:
First one is INHERITANCE. Second one is AGGREGATION.
Answer: Authentication factor
Explanation: Authentication factor are the factors that describes about the ingenuity or originality of the user .This is the term that tells about the actuality of user that is getting connected with network by the five elemental question .
The question is regarding the possession, inherency, knowledge/information , identity and location.The answers to these question help in finding the authenticated user.
Answer:
mention the statement dude
All console programs have a way to prompt for input.
For C#, the answer is Console.ReadLine().
For C, the answer is a.o. fgets()
For C++, the answer could be cin >>
... and so on...
Not sure what answer you need here.
Python is a programming language launched in 1991 by Guido van Rossum. It is common as a beginner's language and in teaching, but also as a general programming language with application in many different domains.
It has dynamic typing, which is why it is sometimes described as a scripting language. The language is also characterized by the fact that indentation affects the program flow. This makes the program code compact and is considered to give it good readability.
Learn more about Python in brainly.com/question/22841107