Computer Applications
What is the literal meaning of Polymorphism?
- Using different operations for same purpose
- Using same operation for different purposes
- Using same data in different functions
- None of them
OOP Intro Java
7 Likes
Answer
Using same operation for different purposes
Reason — Polymorphism literally means using the same operation for different purposes, allowing a single function or method to perform multiple tasks depending on the context or input.
Answered By
5 Likes
Related Questions
Which OOP principle enables operating a TV set using a remote control without knowing its internal mechanism ?
- Data Abstraction
- Encapsulation
- Insulation
- Inheritance
Which of the following principles uses base and derived classes?
- Encapsulation
- Inheritance
- Polymorphism
- Data hiding
Which of the following is not true for Encapsulation?
- Data and functions are loosely attached.
- Data and functions are wrapped together.
- Data is secured from getting mishandled.
- None of them.
Read the following text and choose the correct answer:
Machine language is the form of computer language in which instructions are coded in terms of binary digits (bits), i.e., in the form of zeroes and ones (0's and 1's). The computer understands the machine code directly to be operated by the CPU.
Which is the most suitable statement for Machine language from the following?
- It is one of the types of high level language.
- It is directly understood by the users.
- It is a machine dependent language.
- It is easier to write the code in machine language.