Top "Extend" questions

Cause a unit of code (a class in POO, a style class in CSS ...) to cover a wider area.

how to get newtonsoft to deserialize yes and no to boolean

NOTE: I have provided the solution at the bottom of this feed. I have a C# Win 8 app where I'm …

c# class serialization extend json.net
Extending an existing jQuery function

I am trying to write a plugin that will extend an existing function in jQuery, e.g. (function($) { $.fn.css = …

jquery function extend
Cucumber class extending step definitions and hooks

I want to extend from a "AbstractBase_step" class in java. So I want to have a hook like: public …

java cucumber hook extend
Is it possible to extend a class dynamically?

I have a class which I need to use to extend different classes (up to hundreds) depending on criteria. Is …

php oop class extend
How extend bootstrap classes

I am doing my first steps with Bootstrap Twitter, and need to extend components. For example, I would like to …

css twitter-bootstrap components extend
How to extend 2 classes?

This might be a silly question, but I'm struggling on how to make my class extend 2 classes at the same …

android service listactivity extend
Extending a EditText in Android. What am I doing wrong?

So I'm trying to get a grasp of using custom controls in Android. But my app crashes on trying to …

java android android-edittext android-custom-view extend
Scala, Extend object with a generic trait

I'm using Scala and I want to extend a (singleton) object with a trait, which delivers a data structure and …

scala singleton extend type-mismatch traits
What is the difference between "include module" and "extend module" in Ruby?

Possible Duplicate: What is the difference between include and extend in Ruby? Given: module my_module def foo ... end end …

ruby module include extend
Extending prototypes in Javascript - good way?

I want to validate that the approach I'm using is correct when it comes to extend a prototype - supposing "…

javascript oop inheritance prototype extend