Add Example for Object-oriented-programming
authorSeungkeun Lee <sngn.lee@samsung.com>
Mon, 7 Dec 2015 05:24:33 +0000 (14:24 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Mon, 7 Dec 2015 05:27:13 +0000 (14:27 +0900)
commit92f82ba270dabd588ba76f06b5832d1b6650fc41
tree1224af6284a734450bf083d4d20953db77b9f538
parent0d6e8f9e4f37d3de4822a9d687fef7fc6739a4da
Add Example for Object-oriented-programming

 - How to make class
 - How to make sub class
 - How to make private property

Change-Id: Ic1a67cf893d733ce950e50b20a34e39d125494f3
examples/how-to/how-to-oop/how-to-implement-inheritance.js [new file with mode: 0755]
examples/how-to/how-to-oop/how-to-make-class.js [new file with mode: 0755]
examples/how-to/how-to-oop/how-to-make-private-property.js [new file with mode: 0755]