1. Fill in the blanks:
1. An act of using essential features without including the background details is
called ________
2. In an Object Oriented Programming, the importance is given to _____
3. Wrapping of data and functions together as a single unit is called ___
4. An _______ has a unique identity which contains some
characteristics and behaviour.
5. The objects may communicate with each other through ___
6. In POP, the global data are loosely attached to the_____
7. The process by which a class acquires the properties from another class is
known as______
8. In Object Oriented Programming, using a function for many purposes is termed as ____
Pls Reply Fast It’s Urgent
Answers
1.data abstraction
2.break down a software into bite sized.
3.Encapsulation
4.
5.By passing message
6.
7.
8
Answer:
this is the answer
Explanation:
1. An act of using essential features without including background
details is called Data abstraction.
2. In an Object Oriented Programming stress is given on Data items
3. Wrapping of data and function together as a single unit is called
encapsulation.
4. An object has unique identity through which it may differ with
some characteristics and behavior.
5. The objects may communicate with each other through functions.
6. The process by which a class acquires the property of another
class is known as inheritance.
7. In Object Oriented Programming, using a function for many
purposes is termed as polymorphism.