0
what is meant by abstraction? and why it is used or when to use?
3 Réponses
+ 4
abstraction means hiding some functionality of a process from the user.When you try logging in on Facebook,you enter your username abd password.During this,so many things happen that are unknown to you.All you see is if the log in was successful or not,not sure if this was a good example
+ 4
Abstraction is used to help hide vital processes from a user that could disclose vulnerable information, so the user doesn't actually see what happens
0
then what will encapsulation do?