Forum

What is the differe...
 
Notifications
Clear all

What is the difference between abstraction and encapsulation?


(@elias)
Illustrious Member
Joined: 4 months ago
Posts: 4277
Topic starter  

What is the difference between abstraction and encapsulation?


   
Quote
(@elias)
Illustrious Member
Joined: 4 months ago
Posts: 4277
Topic starter  

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.


   
ReplyQuote
Share: