Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which concept of Java is achieved by combining methods and attribute into a class?

a) Abstraction
b) Inheritance
c) Encapsulation
d) Polymorphism

Answer: c
Explanation: Encapsulation is implemented by combining methods and attribute into a class. The class acts like a container of encapsulating properties.

Join The Discussion