Please i need someone to explain encapsulation, interface and abstraction for me in java programming | Sololearn: Learn to code for FREE!
+ 1

Please i need someone to explain encapsulation, interface and abstraction for me in java programming

No description

28th Jul 2019, 2:29 PM
Falade Samuel Oluwatumise
Falade Samuel Oluwatumise - avatar
3 odpowiedzi
+ 4
You could also search on Google and find good answers there.
29th Jul 2019, 1:48 AM
Sonic
Sonic - avatar
0
encapsulation is if member variable in class is private and outside class you can use only class methods to access this variable, eg getX() setX() interface describes members - variables and methods which must be in new class that will implements this interface. but interface define only name, parameters and type - not body of mehods. abstract class is like interface but can defines concrete body of some methods.
28th Jul 2019, 3:04 PM
zemiak
0
If you are going to be focusing on Java, Consider joining: https://codegym.cc/groups/java-developer
28th Jul 2019, 3:54 PM
James
James - avatar