Computer Applications
What is inheritance?
OOP Intro Java
ICSE 2017
71 Likes
Answer
Inheritance is the mechanism by which a class acquires the properties and methods of another class.
Answered By
43 Likes
Related Questions
Which of the following principles uses base and derived classes?
- Encapsulation
- Inheritance
- Polymorphism
- Data hiding
Which is not an Object Oriented Programming language?
- Python
- Eiffel
- Small talk
- COBOL
Procedure Oriented Programming follows:
- Top-down approach
- Down-top approach
- Random approach
- Normal approach
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.