Please enable JavaScript.
Coggle requires JavaScript to display documents.
programming paradigms, access modifiers, memory allocation in java, we…
programming paradigms
OOP
-
Principals
-
-
-
Encapsulation
Bundle the data and methods that operates on the data in a single unit...in the other hand means creating the class with fields and methods.
-
-
-
-
-
-
-
-
-
-
-
Object class
every class that we declare ,directly or indirectly inherits from object class
-