Computer Applications
Name the feature of Java depicted in the below picture.

- Encapsulation
- Inheritance
- Polymorphism
- Data abstraction
Objects & Classes
1 Like
Answer
Polymorphism
Reason — Polymorphism means "many forms." In Java, it refers to the ability of a single object to behave differently in different situations. Just like the same person behaves like a customer in a mall, passenger in a bus, student in school, and son at home.
Answered By
3 Likes
Related Questions
What is the process done in the below picture?

- Sorting the list in descending order
- Searching the character in the list
- Sorting the list in ascending order.
- None of the above.
Name the method of search depicted in the below picture.

- Binary Search
- Selection Sort
- Bubble Sort
- Linear Search
Name the data types in order from top, given in the above picture.

- int, char, double, String
- String, int, char, double
- char, double, int, String
- int, double, char, String
How many bytes are occupied by the below two-dimensional array?
156 20 154 20 130 20 130 20 162 17.67 161 20 158 17.5 154 20 - 96 bytes
- 128 bytes
- 12 bytes
- 24 bytes