Computer Applications
Which of the following is not an object oriented programming language?
- C++
- Simula
- BASIC
- Java
Related Questions
The process of combining data and functions that enables them to be together as a single entity is called
- inheritance
- encapsulation
- classification
- attributes
The process by which a class acquires the properties from another class is called:
- polymorphism
- inheritance
- abstraction
- object
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.