Computer Applications
A package is a:
- collection of data.
- collection of functions.
- collection of classes.
- a nested class.
Related Questions
A class contains:
- Attributes and methods
- A number of object of same types
- Data and member function
- All of the above
Which of the following features is not the principle of OOP?
- Encapsulation
- Transparency
- Inheritance
- Polymorphism
Fill in the blanks:
Primitive data types are also called as _________ data types.
Fill in the blanks:
A user defined data type can be created by using a/an _________.