Please enable JavaScript.
Coggle requires JavaScript to display documents.
Intro to OOSD (Lecture 1,2,3) (Some Java Declarations (consants(uppercase!…
Intro to OOSD (Lecture 1,2,3)
-
-
-
-
Encapsulation
separating external aspects of objects which are accessible by others from internal implementation details which is hidden
-
Messaging
-
A wants B to execute method, it sends message
-
Some Java Declarations
-
-
String s1 = "listen"......s1.substring(0,4)...........does not include endIndex
-
-