abstraction,object class,encapsulation etc
Anonymous
In Object-oriented programming, abstraction is a process of hiding the implementation details from the user, only the functionality will be provided to the user. object = instance of a class In encapsulation, the variables of a class will be hidden from other classes, and can be accessed only through the methods of their current class.
Check out your Company Bowl for anonymous work chats.