Computer Applications
Which of the following is a blue print that creates objects of similar types?
- abstraction
- encapsulation
- class
- function
OOP Intro Java
41 Likes
Answer
class
Reason — Class is a blue print that creates objects of similar types.
Answered By
25 Likes
Related Questions
The process by which a class acquires the properties from another class is called:
- polymorphism
- inheritance
- abstraction
- object
In procedural programming, the stress is laid on:
- class
- function
- data
- object
Which of the following is not an object oriented programming language?
- C++
- Simula
- BASIC
- Java
The process of restricting the free flow of data from the outside world is known as:
- encapsulation
- inheritance
- function
- class