The property of OOP which is implemented trough the concept of function overloading. Full Marks : 1 Encapsulation
Abstraction
Polymorphism
Modularity
Answers
Answer:
n the last article we discussed OOPs Concepts. If you have not yet checked it out, I would highly recommend you to read it so that you have a basic overview of all the Object Oriented Programming Concepts. In this guide, we will discuss four important features of OOPs with the help of real life examples.
Object Oriented Approach : An Introduction
Java is an object oriented language because it provides the features to implement an object oriented model. These features includes Abstraction, encapsulation, inheritance and polymorphism.
OOPS is about developing an application around its data, i.e. objects which provides the access to their properties and the possible operations in their own way.
Abstraction
One of the most fundamental concept of OOPs is Abstraction. Abstraction is a process where you show only “relevant” data and “hide” unnecessary details of an object from the user. For example, when you login to your Amazon account online, you enter your user_id and password and press login, what happens when you press login, how the input data sent to amazon server, how it gets verified is all abstracted away from the you.
is it k
Answer: polymorphism
Explanation: