Computer Applications
A/An …………… is an abstract description of a set of objects.
- abstraction
- encapsulation
- polymorphism
- class
Related Questions
Which package would you import for the Scanner class?
- java.util.*;
- java.awt.*;
- java.io.*;
- java.lang.*;
Give the output of
Math.abs(x);when x = -9.99.- -9.99
- 9.99
- 0.99
- None of these
This variable can be accessed by calling with the class name.
- Instance
- Local
- Class
- None of these
The main objective of passing arguments to functions is
- message passing
- parameter passing
- variable passing
- argument passing