Computer Applications
Which of the following is not an object oriented programming language?
- C++
- Simula
- BASIC
- Java
OOP Intro Java
81 Likes
Answer
BASIC
Reason — BASIC is a procedure oriented programming language.
Answered By
30 Likes
Related Questions
In procedural programming, the stress is laid on:
- class
- function
- data
- object
Which of the following is a blue print that creates objects of similar types?
- abstraction
- encapsulation
- class
- function
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.