Computer Applications
In procedure oriented programming, the emphasis is laid on:
- Data
- Function
- Object
- Class
OOP Intro Java
44 Likes
Answer
Function
Reason — In procedure oriented programming, the stress is given on function or procedure.
Answered By
23 Likes
Related Questions
The process of restricting the free flow of data from the outside world is known as:
- encapsulation
- inheritance
- function
- class
Which of the following is true for Polymorphism?
- Uses same function for different operations
- Uses same operation for different functions
- It is not a principle of oop
- It uses reusability feature.
Read the following text and choose the correct answer:
In data abstraction, only the essential information about the data is known and hiding the background details.
What does the data abstraction handle in real life situation ?
- Essential features knowing the background details
- Essential features without knowing the background details
- Only knowing the background details
- Analysing the essential features
Fill in the blanks:
_________ is the fundamental concept of an object oriented programming language.