Answer:
- Inheritance
- Data abstraction or Data encapsulation
- Polymorphism.
Explanation:
The three fundamental features of an object oriented programming language are written above.
1. Inheritance:It is the mechanism when a class acquires the properties of some other class.The class which acquires the properties is called the child class and the class from which properties are inherited is called the base class.
2. Data encapsulation is clubbing different types of data in one place.That what class does .It can contain different data types in one place and those variables can be public ,private or protected.
3.Polymorphism it the property when an entity is processed in more than one form.Either be it run time or compile time polymorphism .
number = float(input("Enter a number: "))
if number >= 0:
print(number**0.5)
I hope this helps!
I don’t understand. Please tell me the question
Answer:
REad from slide and speak clearly and slowy.
Explanation:
Answer:
Always back up your data. Prevention is the best protection.
Diversify your backups. You always want more than one backup system.
Encrypt sensitive data. Data is not always encrypted even when it's on a backup tape.
Address data security.
Use anti-virus and email security.
Trust the professionals
Explanation: <u>HOPE IT HELPS YOU</u>