What is the difference between abstraction and encapsulation?

More
2 months 4 days ago #1385 by Elias
What is the difference between abstraction and encapsulation?

Please Log in to join the conversation.

More
2 months 4 days ago #1386 by Elias
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.

Please Log in to join the conversation.

Time to create page: 0.219 seconds