When single task can be done by multiple groups/family of objects and decision is taken at the runtime.
Subscribe to:
Post Comments (Atom)
Javascript module
JavaScript Modules (ES6) let you split code into multiple files and reuse code cleanly. Main keywords: export → make something available...
-
Function expression: Expression will return a result immediately . ex:2+3 will return 5.so this is a expression. similarly , assume a funct...
-
Constructor is the blueprint to create object .Here person is the constructor from which we can create objects. jane,mark and john are the...
-
Suppose we have a class which have a dependency which will provide some data and based on those data we will do some work, public class Som...
.jpeg)
No comments:
Post a Comment