Computer Applications
Which of the following is a blue print that creates objects of similar types?
- abstraction
- encapsulation
- class
- function
OOP Intro Java
43 Likes
Answer
class
Reason — Class is a blue print that creates objects of similar types.
Answered By
26 Likes
Related Questions
Give two differences between Data Hiding and Encapsulation.
'Encapsulation reduces the complexity and makes the system easier'. Explain this statement with a real world example.
Give two differences between Procedure Oriented Programming languages and Object Oriented Programming languages.
Which of the Object Oriented programming principles explain the following illustrations? Justify.
(a) The variables and methods are put together in a Class.

(b) A man withdrawing money from ATM.
