- Amethod
- Bnative
- Csubclasses
- Dreference
The word "native" is a valid keyword, used to modify a method declaration.
Option A, D and E are not keywords. Option C is wrong because the keyword for subclassing in Java is extends, not 'subclasses'.
Answer: a) Sarat Chandra Chattopadhyay
Explanation: Sarat Chandra Chattopadhyay was a famous Bengali writer from West Bengal who is known for his famous novel "Chokher Bali". The novel is a classic of Bengali literature and has been translated into several languages.
Polymorphism in OOP enables objects to take multiple forms or exhibit different behaviors based on the context, enhancing flexibility and extensibility.
OOP promotes code reusability by organizing code into independent classes, allowing developers to reuse classes in different parts of an application.
Java was developed by James Gosling and his team at Sun Microsystems. The initial version, known as Oak, was started in 1991. However, the official public release of Java 1.0 took place on January 23, 1996. Therefore, Java was officially developed and released in 1996.
Correct Answer: a. Java Development Kit
encapsulation
Reason — The process of restricting the free flow of data from the outside world is known as encapsulation.
Encapsulation is an OOP principle that binds together the data and the methods that manipulate the data, and that keeps both safe from outside interference and misuse.