Which concept of Java is a way of converting real world objects in terms of class?
(a) Polymorphism
(b) Encapsulation
(c) Abstraction
(d) Inheritance
(a) Polymorphism
(b) Encapsulation
(c) Abstraction
(d) Inheritance
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right option is (c) Abstraction
Explanation: Abstraction is the concept of defining real world objects in terms of classes or interfaces.