Define Encapsulation and Polymorphism with the context of Java.
Answers
Answered by
3
Encapsulation :- binding of data members and member function into single unit called encapsulation.
Polymorphism:- phenomena in which different object takes different set of action in same message called polymorphism.
Similar questions