Computer Applications
Which of the following features is not the principle of OOP?
- Encapsulation
- Transparency
- Inheritance
- Polymorphism
Java Classes
31 Likes
Answer
Transparency
Reason — Transparency is not the principle of OOP.
Answered By
10 Likes
Related Questions
The maximum number of objects of a class can be created as:
- 1
- 2
- On the user's choice
- Number of variables
A class contains:
- Attributes and methods
- A number of object of same types
- Data and member function
- All of the above
A package is a:
- collection of data.
- collection of functions.
- collection of classes.
- a nested class.
Fill in the blanks:
Primitive data types are also called as _________ data types.