Notifications
Clear all
Topic starter 30/09/2024 10:56 am
What is the difference between abstraction and encapsulation?
Topic starter 30/09/2024 10:56 am
Abstraction is the method of hiding the unwanted information. Whereas encapsulation is a method to hide the data in a single entity or unit along with a method to protect information from outside. We can implement abstraction using abstract class and interfaces.