Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
JavaScript Tutorial
Object Oriented 63 codes
Home
JavaScript Tutorial
Object Oriented
1 Add member function
2 Add method to Array object
3 Add method to Object class
4 Adding method to a class using prototype
5 Adding new properties and methods to the child class
6 All new properties and methods of the subclass must come after the assignment of the prototype property
7 Call object member function
8 Class combination with constructor
9 Class combination with prototype
10 Class factory example
11 Class Inheritance
12 Constructor Example
13 Constructor Paradigm
14 Constructor prototype
15 Create an Object with member method
16 Custom objects and associative object arrays
17 Declaration and Instantiation
18 Define a method after object instantiation
19 Defining the object methods outside of the factory functions and then pointing to them
20 Dereferencing Objects
21 Dynamic prototype
22 Dynamic Prototype Method
23 Factory Paradigm
24 Function share with Prototype Paradigm
25 Hybrid ConstructorPrototype Paradigm
26 Hybrid Method for class inheritance
27 Inheritance
28 Instance method
29 Modifying Objects
30 Native Objects
31 Object constructor
32 Object eval()
33 Object prototype
34 Object toSource()
35 Object toString()
36 Object unwatch()
37 Object valueOf()
38 Object watch()
39 Object()
40 Passing in of default values for the various properties in Object creation function
41 Properties of an object can be defined dynamically after its creation
42 Prototype Chaining
43 Prototype Paradigm
44 Redefining an Existing Method
45 The Apply() Method
46 The Call() Method
47 The Object Class
48 The this Keyword
49 Three level inheritance by using the Hybrid Method
50 Three-level inheritance
51 Use Form input data to construct an object
52 Use prototype to add properties to an object
53 Using apply function to call base constructor
54 Using apply method to call the constructor of the base class
55 Using call function to call the constructor from base class
56 Using call method to call the constructor of base class
57 Using inheritFrom method from zInherit Library
58 Using instanceOf method from zInherit Library
59 Using instanceof operator to check the subclass created by Prototype Chaining
60 Using xbObjects to build three-level inheritance
61 Using xbObjects to call the function from base class
62 Using zInherit Library to build class inheritance
63 Using zInherit Library to build class inheritance in three levels