When single task can be done by multiple groups/family of objects and decision is taken at the runtime.
Wednesday, March 12, 2025
Subscribe to:
Posts (Atom)
Javascript module
JavaScript Modules (ES6) let you split code into multiple files and reuse code cleanly. Main keywords: export → make something available...
-
Constructor is the blueprint to create object .Here person is the constructor from which we can create objects. jane,mark and john are the...
-
Lets see a practical example- POJO: public class Student{ private String firstName; private String lastName; public Student(String firstName...
-
Function expression: Expression will return a result immediately . ex:2+3 will return 5.so this is a expression. similarly , assume a funct...
.jpeg)