Encapsulation and Polymorphism in Java, BCA, MCA Lecture by Ms. Ritu Kumawat.

Encapsulation: Encapsulation means binding data Members and methods into a single unit with data Security. Encapsulation is used for Security purpose. Polymorphism: polymorphism means one thing performs different actions depending on Situation. Method overloading is a way to achieve polymorphism.

Leave a Comment