Skip to content Skip to sidebar Skip to footer
Showing posts with the label Oop

Extending Es2015 Through Prototype Inheritance

I am making a library where I would like to provide a helper to extend the base class so that users… Read more Extending Es2015 Through Prototype Inheritance

Why My __proto__ Reference Shows Wrong Name In Console?

My proto reference of 'mike' instance points to 'Student' but as its name shows &#… Read more Why My __proto__ Reference Shows Wrong Name In Console?

Javascript Inheritance From Multiple Objects

I'm not very well aquainted with javascript inheritance, and I'm trying to make one object … Read more Javascript Inheritance From Multiple Objects

Redux/react And Mvc, Oop

Can React/Redux be thought of as an MVC framework in which also captures core Object Oriented princ… Read more Redux/react And Mvc, Oop

Javascript Oop - Inheritance, Prototyping, Callback Function

I'm trying to use OOP in Javascript with inheritance, prototyping and callback functions. Would… Read more Javascript Oop - Inheritance, Prototyping, Callback Function

Javascript "var Obj = New Object" Equivalent In C#

Is there an easy way to create and Object and set properties in C# like you can in Javascript. Exam… Read more Javascript "var Obj = New Object" Equivalent In C#

How Do I Create A Class In Javascript?

This is what I got so far, and it's not working at all :( all the variables are null in my play… Read more How Do I Create A Class In Javascript?

Can I Set The Type Of A Javascript Object?

I'm trying to use some of the more advanced OO features of Javascript, following Doug Crawford&… Read more Can I Set The Type Of A Javascript Object?