SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Java Interview

» Start this Course
(Practice similar questions for free)
Question:

Abstraction is hiding implemention using things such as abstract classes and interface. Encapsulation is hiding a way of hiding data from other classes which can be done through access modifiers. polymorphism is the abilty of a object to take on many forms this can be done by using methods from the parent class and overwriting it with its own implementation. Inheretance is the idea of a child class inhereting methods from a parent class

Author: Jerry Mathew



Answer:

OOP Concepts in Java


0 / 5  (0 ratings)

1 answer(s) in total